]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Set floating IP port status to "N/A"
authorKevin Benton <blak111@gmail.com>
Wed, 17 Sep 2014 03:36:42 +0000 (20:36 -0700)
committerKevin Benton <blak111@gmail.com>
Mon, 30 Mar 2015 10:29:04 +0000 (03:29 -0700)
commitca92ebdf968bef67e5259cdacce27c2cab84bd8a
tree8275c2912970b3132162db67be6c0236d67a6c97
parentcc60ff21f8520ecf0fe9ced94039ff1d23711a5c
Set floating IP port status to "N/A"

The status of the port associated with a floating IP
would always show as DOWN. This caused confusion to
operators that weren't aware that this is expected behavior
since the port is only used for an IP allocation.

This commit sets the port status to "N/A" to reflect the fact
that the port associated with a floating IP has no operational
status.

DocImpact
APIImpact

Closes-Bug: #1196851
Change-Id: I2f94afa001b213d61f0e5892aae2e6e6de98fe4c
neutron/common/constants.py
neutron/db/l3_db.py
neutron/plugins/ml2/plugin.py
neutron/tests/unit/ibm/test_sdnve_plugin.py
neutron/tests/unit/test_l3_plugin.py