yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23292
[Bug 1351522] Re: No check for ports in subnet on openstack before deleting it from Nuage VSD
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => juno-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1351522
Title:
No check for ports in subnet on openstack before deleting it from
Nuage VSD
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
Steps to recreate:
1. Create a net + subnet
neutron net-create n
neutron subnet-create n 10.10.10.0/24 --name n
2. Create a port
neutron port-create --fixed-ip subnet_id=n --name port1 n
3. Delete the subnet n.
This gives the following error on openstack and does not delete the subnet on openstack but deletes it from the Nuage VSD
(Unable to complete operation on subnet <UUID>. One or more ports have an IP allocation from this subnet)
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1351522/+subscriptions
References