]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fixes port status hanging to build status
authorPetrut Lucian <lpetrut@cloudbasesolutions.com>
Wed, 25 Sep 2013 17:07:01 +0000 (20:07 +0300)
committerPetrut Lucian <lpetrut@cloudbasesolutions.com>
Thu, 10 Oct 2013 12:36:02 +0000 (15:36 +0300)
commit01194b356e39e3b0affca67015efb7634bf28697
tree857589ccf123e1cfd3e6629b18c0ad29497d3ceb
parente057cd90001848da45ce691251d667e17103785a
Fixes port status hanging to build status

ML2 plugin changes the port status to "build" when get_device_details
is called. For this reason, the port status must be updated once the
port details are processed.

Fixes bug: #1224991

Change-Id: I2c0321073cc07e1764fedbfbecbc844557ac6bc9
neutron/plugins/hyperv/agent/hyperv_neutron_agent.py
neutron/tests/unit/hyperv/test_hyperv_neutron_agent.py