yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #18460
[Bug 1351522] [NEW] No check for ports in subnet on openstack before deleting it from Nuage VSD
Public bug reported:
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)
** Affects: neutron
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
References