Description of problem: Version-Release number of selected component (if applicable): openstack-neutron-2014.2.2-1.el7ost.noarch python-neutron-2014.2.2-1.el7ost.noarch openstack-neutron-openvswitch-2014.2.2-1.el7ost.noarch openstack-neutron-ml2-2014.2.2-1.el7ost.noarch How reproducible: 100% Steps to Reproduce: 1. Create a distributed router 2. List all the ports with device_owner network:router_centralized_snat or network:router_interface_distributed # neutron port-list --device_owner network:router_centralized_snat # neutron port-list --device_owner network:router_interface_distributed 3. Delete the ports neutron port-delete <port-id> Actual results: The ports used by DVR can be deleted by using port-delete command. Expected results: The ports used by DVR should not be deleted by using port-delete command Additional info:
This bug has been fixed: When trying to delete a port with device_owner network:router_centralized_snat I get: Port a5aa1789-731a-4454-9828-876496fd7014 cannot be deleted directly via the port API: has device owner network:router_centralized_snat Version ======= python-neutron-2015.1.0-1.el7.noarch
Closing as per comment 3.