]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix port status not being updated properly
authorDarragh O'Reilly <darragh.oreilly@hp.com>
Wed, 18 Mar 2015 20:45:10 +0000 (20:45 +0000)
committerDarragh O'Reilly <darragh.oreilly@hp.com>
Tue, 24 Mar 2015 09:57:20 +0000 (09:57 +0000)
commit355ab2f31cf81575c6e1c0899526177711425428
tree248f4f7ef889fccdc9401ff4a65cfa535c8c40a3
parent2b1c4f121e3e8ba1c5eb2ba6661bf6326e1507c5
Fix port status not being updated properly

This problem was introduced by hierarchical port bindings and
affected ports bound on linuxbridge hosts as that agent only
passes the first 11 chars of the port_id to the plugin.

Closes-Bug: 1433461
Change-Id: I8a3863ac1bb1c359de210c535462acbb107adf98
neutron/plugins/ml2/plugin.py
neutron/tests/unit/ml2/test_ml2_plugin.py