]> 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)
committerThierry Carrez <thierry@openstack.org>
Fri, 11 Oct 2013 08:10:20 +0000 (10:10 +0200)
commit16b501f5f0fc7577418a3d4a0d1bd62218e41d39
treef98914d4c3d27ead9ccb24566f681042f9763723
parent5b36c69d3ba4b9e5992ff4f0210cce2c9f2d114c
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
(cherry picked from commit 01194b356e39e3b0affca67015efb7634bf28697)
neutron/plugins/hyperv/agent/hyperv_neutron_agent.py
neutron/tests/unit/hyperv/test_hyperv_neutron_agent.py