yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #31118
[Bug 1441043] [NEW] Move values for network_type to plugins.common.constants.py
Public bug reported:
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.
** Affects: neutron
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
References