Description of problem: When using Opendaylight Mechanism driver and setting the port's admin_state_up attribute to False there is still connectivity to the instance. Version-Release number of selected component (if applicable): python-networking-odl-1.0.1-1.el7ost.noarch opendaylight-1.0.0-4.el7ost.noarch openvswitch-2.4.0-2.el7_2.x86_64 How reproducible: 100% Steps to Reproduce: 1. Launch an instance and associate a floating IP to the instance 2. Check connectivity 3. Identify the port of the instance using neutron port-list --device_id=<instance id> 4. Set the port_admin_state_up to False by running # neutron port-update <port id> --admin_state_up=False 5. Verify there is still connectivity to the instance Actual results: Expected results: Additional info:
Upstream: https://bugs.opendaylight.org/show_bug.cgi?id=6718
I suggest to close this BZ and just leave it upstream at this point. If we will have a customer complaining about this we will reopen and prioritize.