]> 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)
committerAaron Rosen <aaronorosen@gmail.com>
Tue, 25 Feb 2014 21:23:55 +0000 (13:23 -0800)
commit464c307c68fca0353fb7d65acf650001c8de3f73
tree38d9c9bc83b2d27b8447c9bc89e8123ced65d857
parent2cb987fb3feaa757db7ba59e253d26464c105b0b
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