yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #63987
[Bug 1691076] Re: user is able to delete the port whose device-type is "network:dhcp"
Tenants are able to delete most ports on a network they own, including
the dhcp ports, but excluding the router ports (must use router-
interface-delete for that). If they couldn't then a net-create/net-
delete would fail since the DHCP port is auto-allocated at creation
time.
** Changed in: neutron
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1691076
Title:
user is able to delete the port whose device-type is "network:dhcp"
Status in neutron:
Invalid
Bug description:
Using "neutron port-delete <port_ID>/<port_name>" command, user is able to delete the port whose device-type is "network:dhcp".
When user tries to delete the port whose device type is "network:dhcp", neutron-server is allowing to delete that port and later it is re-creating the same port with different port ID, different MAC ID but with same IP-Address as the deleted port.
Example: when user tries to execute the command "neutron port-delete
fd81d859-06c8-4116-ac58-5dfb585b80cd" it will show the output as
"Deleted port(s): fd81d859-06c8-4116-ac58-5dfb585b80cd" but this port
gets re-created automatically with same IP-address and with different
port ID "e8cbef41-44e8-49fa-8e14-b817b4c91fb0".
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1691076/+subscriptions
References