← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1595801] Re: Executing 'neutron purge tenantid' command returns a list in what delete ports doesn't calculate the port that device_owner is 'network: router_gateway'.

 

** Project changed: neutron => python-neutronclient

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1595801

Title:
  Executing 'neutron purge tenantid' command returns a list in what
  delete ports doesn't calculate the port that device_owner is 'network:
  router_gateway'.

Status in python-neutronclient:
  New

Bug description:
  Executing the neutron purge command to delete all supported resources
  owned by a tenant  returns a list of resources that were deleted, in
  what port number doesn't contain the port that device_owner is
  'network: router_gateway'.

  1)Creating a external network with a subnet;
  2)Creating a router
  3)Using router-gateway-set command sets a external gateway for the router created
  4)Using port-list command returns one port whose device_owner is 'network: router_gateway'.
  5)Using the neutron purge command to delete all supported resources owned by the tenant owning the network resources,the returned result contains no deleted port info.

  The return info of this command is as follows:
  Purging resources: 100% complete.
  Deleted 1 security_group, 1 router, 1 network. 

  Detail operation process,please
  see:http://paste.openstack.org/show/521791/

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-neutronclient/+bug/1595801/+subscriptions


References