← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1441043] Re: Move values for network_type to plugins.common.constants.py

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1441043

Title:
  Move values for network_type to plugins.common.constants.py

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  It is quite confusing to have values for network type in common.constants.py
  instead of having in plugins.common.constants.py.

  Currently, the plugins/common/constants.py consists network_type constants
  like VLAN, VXLAN, GRE etc. but values for network type like ranges
  are defined in common.constants.py which is not good, it is better to have
  both things at the same place.

  Also, it's better to move out few methods which are predominantly used in plugins
  from common.utils.py to plugins.common.utils.py.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1441043/+subscriptions


References