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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to