neutron-fwaas/quantum/tests/unit/openvswitch
Gary Kotton 48efc59624 Ensure that L3 managed port have status ACTIVE
Some plugins may set the port status as DOWN when it is created. This was not
updated when the port was actually up. This patch ensures that gateway and
router ports that are created will be set as ACTIVE when they are actually
up and running.

Ports that are attached to additional bridges in the OVS will only update the
port status as ACTIVE. There will be no tags set on the specific ports as this
will break the existing functionality.

Fixes bug 1192883

(cherry picked from commit d88ea97228)

Conflicts:

	quantum/tests/unit/openvswitch/test_ovs_quantum_agent.py
	quantum/agent/linux/ovs_lib.py
	quantum/plugins/openvswitch/agent/ovs_quantum_agent.py
	quantum/tests/unit/openvswitch/test_ovs_tunnel.py

Change-Id: I9993f56963ac704f0f345102d2e8b2d99dd9ad9e
2013-07-30 02:43:20 -07:00
..
__init__.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 17:58:05 -04:00
test_agent_scheduler.py Fix issues with db pooling 2013-03-22 15:49:54 +00:00
test_openvswitch_plugin.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 17:58:05 -04:00
test_ovs_db.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 17:58:05 -04:00
test_ovs_defaults.py Replace "OpenStack LLC" with "OpenStack Foundation" 2013-03-13 17:58:05 -04:00
test_ovs_lib.py faster quantum-openvswitch-agent periodic reports 2013-07-03 19:06:15 +02:00
test_ovs_quantum_agent.py Ensure that L3 managed port have status ACTIVE 2013-07-30 02:43:20 -07:00
test_ovs_rpcapi.py Add common test base class to hold common things. 2013-03-05 18:07:14 -05:00
test_ovs_security_group.py Disable secgroup extension when Noop Firewall driver is used 2013-03-08 08:32:20 +00:00
test_ovs_tunnel.py Ensure that L3 managed port have status ACTIVE 2013-07-30 02:43:20 -07:00