Activity log for bug #1618896

Date Who What changed Old value New value Message
2016-08-31 13:30:40 Sam Betts bug added bug
2016-08-31 13:31:37 Sam Betts description There are several places in the code where we import the same thing but use different aliases. For example in some places this is imported like: from neutron_lib import constants as l3_constants and in other places: from neutron_lib import constants as n_constants There are several places in the code where we import the same thing but use different aliases. For example in some places this is imported like:     from neutron_lib import constants as l3_constants and in other places:     from neutron_lib import constants as n_constants We should pick a style and keep in consistent throughout the networking-cisco code so that when switching between files you always know what your looking at.