]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
LinuxBridge: set port status as 'DOWN' on creation
authorGary Kotton <gkotton@redhat.com>
Wed, 23 Jan 2013 07:39:18 +0000 (07:39 +0000)
committerGary Kotton <gkotton@redhat.com>
Wed, 23 Jan 2013 16:39:13 +0000 (16:39 +0000)
commit200f9d53be496dcb331d24f721cb63f66f653bbd
tree5d6e898ed5ccdfcbf0cc3786fd2a77c49e70c9b7
parent8f28b588618fc1ac24a84a86d8d485f8875d3709
LinuxBridge: set port status as 'DOWN' on creation

When a port is created the initial status will be 'DOWN'. The agent
in turn will update the plugin of the actual port status.

Change-Id: I66b51501304f7cb3f0157a4adaec4b82c62b30a3
quantum/db/db_base_plugin_v2.py
quantum/plugins/linuxbridge/lb_quantum_plugin.py
quantum/tests/unit/linuxbridge/test_linuxbridge_plugin.py
quantum/tests/unit/test_db_plugin.py