]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: Fix newly created port's status should be DOWN
authorAaron Rosen <aaronorosen@gmail.com>
Wed, 12 Feb 2014 22:25:31 +0000 (14:25 -0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:32 +0000 (15:20 +0800)
commit156d0104c10339e05ca38eb04a853bd15a7e309f
tree660bbc9589c0f934a6c711af11cbe94a54fc63d5
parente4456b01a245c86c94c0301240d57b65fc8f8efd
NSX: Fix newly created port's status should be DOWN

Previously when creating a port in neutron using the nsx plugin
the port status returned would be ACTIVE even if this was not the
case. Now, DOWN is returned which will be updated by the backend
when the port goes ACTIVE.

Change-Id: I600fb1292ae79146cb14c7e23170262973878de0
Closes-bug: #1279551
neutron/plugins/nicira/NeutronPlugin.py
neutron/tests/unit/vmware/test_nsx_plugin.py
neutron/tests/unit/vmware/test_nsx_sync.py