vmware-nsx/neutron/agent/linux
Justin Hammond c86e299e66 Update common network type consts to same origin
This patch removes new definitions of common network type constants (TYPE_FLAT,
TYPE_LOCAL, etc.) and modifies uses of aforementioned constants to a common
place where constants are defined (neutron.plugins.common.constants). This
patch does not change values that are equal in value but different in name:
NETWORK_TYPE_FLAT vs TYPE_FLAT. A second changeset will be made to handle that
case.

Unit tests were modified as well when they referred to the constant.

Finally, the ovs agent code refers to the OVS plugin constants directly and
these had to be changed as well. A TODO flag was put in that file due to use
of another plugin specific constant.

Network types that were only defined in a single plugin, such as mellanox's
infiniband (IB) network type was not carried over to the common constants file.

Fixes-bug: #1196170

Change-Id: Ib6bfc8275496a24bf247946d177c734b62ae44bb
2013-12-10 19:29:12 +00:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
async_process.py Fix misspells 2013-12-03 15:03:47 -08:00
daemon.py Merge "Change daemon Pidfile class to not use root_helper" 2013-09-19 21:21:12 +00:00
dhcp.py Merge "Handle failures on update_dhcp_port" 2013-12-06 13:26:09 +00:00
external_process.py Change daemon Pidfile class to not use root_helper 2013-09-10 13:04:14 -04:00
interface.py Merge "Preserve floating ips when initializing l3 gateway interface" 2013-12-07 23:05:30 +00:00
ip_lib.py Linux device name can have '@' or ':' characters 2013-11-12 10:27:31 +00:00
iptables_firewall.py Remove dead code _arp_spoofing_rule() 2013-12-06 11:16:10 -08:00
iptables_manager.py Fix misspells 2013-12-03 15:03:47 -08:00
ovs_lib.py Update common network type consts to same origin 2013-12-10 19:29:12 +00:00
ovsdb_monitor.py Fix misspells 2013-12-03 15:03:47 -08:00
polling.py Add configurable ovsdb monitor respawn interval 2013-11-20 15:16:27 -06:00
utils.py Ensure get_pid_to_kill works with rootwrap script 2013-11-20 09:57:23 -06:00