[Yahoo-eng-team] [Bug 1552015] Re: Support cleanup of tenant resources with a single API call

2016-08-08 Thread Armando Migliaccio
I see content here:

http://docs.openstack.org/mitaka/networking-guide/misc-neutron-
purge.html

As far as I can tell this is done.

** Changed in: neutron
   Status: Confirmed => 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/1552015

Title:
  Support cleanup of tenant resources with a single API call

Status in neutron:
  Invalid
Status in openstack-manuals:
  Fix Released
Status in python-neutronclient:
  Fix Released
Status in python-openstackclient:
  Invalid

Bug description:
  https://review.openstack.org/276541
  Dear bug triager. This bug was created since a commit was marked with 
DOCIMPACT.
  Your project "openstack/python-neutronclient" is set up so that we directly 
report the documentation bugs against it. If this needs changing, the 
docimpact-group option needs to be added for the project. You can ask the 
OpenStack infra team (#openstack-infra on freenode) for help if you need to.

  commit 88fbd3870cf3872fb0c9b4269503c62458664b3b
  Author: John Davidge 
  Date:   Mon Feb 15 10:02:54 2016 -0800

  Support cleanup of tenant resources with a single API call
  
  The addition of the 'neutron purge' command allows cloud admins
  to conveniently delete multiple neutron resources associated
  with a given tenant.
  
  The command will delete all supported resources provided that
  they can be deleted (not in use, etc) and feedback the amount
  of each resource deleted to the user. A completion percentage
  is also given to keep the user informed of progress.
  
  Currently supports deletion of:
  
  Networks
  Subnets (implicitly)
  Routers
  Ports (including router interfaces)
  Floating IPs
  Security Groups
  
  This feature can be easily extended to support more resource
  types in the future.
  
  DocImpact: Update API documentation to describe neutron-purge usage
  
  Change-Id: I5a366d3537191045eb53f9cccd8cd0f7ce54a63b
  Closes-Bug: 1511574
  Partially-Implements: blueprint tenant-delete

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1552015/+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


[Yahoo-eng-team] [Bug 1552015] Re: Support cleanup of tenant resources with a single API call

2016-07-01 Thread Steve Martinelli
We (OSC) already has an RFE for this feature, but for not just
networking resources. Rather than mark this as a dupe of that
(https://bugs.launchpad.net/python-openstackclient/+bug/1584596), I'm
going to mark this bug as invalid for OSC.

** Changed in: python-openstackclient
   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/1552015

Title:
  Support cleanup of tenant resources with a single API call

Status in neutron:
  Confirmed
Status in openstack-manuals:
  Fix Released
Status in python-neutronclient:
  Fix Released
Status in python-openstackclient:
  Invalid

Bug description:
  https://review.openstack.org/276541
  Dear bug triager. This bug was created since a commit was marked with 
DOCIMPACT.
  Your project "openstack/python-neutronclient" is set up so that we directly 
report the documentation bugs against it. If this needs changing, the 
docimpact-group option needs to be added for the project. You can ask the 
OpenStack infra team (#openstack-infra on freenode) for help if you need to.

  commit 88fbd3870cf3872fb0c9b4269503c62458664b3b
  Author: John Davidge 
  Date:   Mon Feb 15 10:02:54 2016 -0800

  Support cleanup of tenant resources with a single API call
  
  The addition of the 'neutron purge' command allows cloud admins
  to conveniently delete multiple neutron resources associated
  with a given tenant.
  
  The command will delete all supported resources provided that
  they can be deleted (not in use, etc) and feedback the amount
  of each resource deleted to the user. A completion percentage
  is also given to keep the user informed of progress.
  
  Currently supports deletion of:
  
  Networks
  Subnets (implicitly)
  Routers
  Ports (including router interfaces)
  Floating IPs
  Security Groups
  
  This feature can be easily extended to support more resource
  types in the future.
  
  DocImpact: Update API documentation to describe neutron-purge usage
  
  Change-Id: I5a366d3537191045eb53f9cccd8cd0f7ce54a63b
  Closes-Bug: 1511574
  Partially-Implements: blueprint tenant-delete

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1552015/+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


[Yahoo-eng-team] [Bug 1552015] Re: Support cleanup of tenant resources with a single API call

2016-07-01 Thread Haifeng.Yan
** Also affects: python-openstackclient
   Importance: Undecided
   Status: New

** Changed in: python-neutronclient
   Status: Invalid => Fix Released

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

Title:
  Support cleanup of tenant resources with a single API call

Status in neutron:
  Confirmed
Status in openstack-manuals:
  Fix Released
Status in python-neutronclient:
  Fix Released
Status in python-openstackclient:
  New

Bug description:
  https://review.openstack.org/276541
  Dear bug triager. This bug was created since a commit was marked with 
DOCIMPACT.
  Your project "openstack/python-neutronclient" is set up so that we directly 
report the documentation bugs against it. If this needs changing, the 
docimpact-group option needs to be added for the project. You can ask the 
OpenStack infra team (#openstack-infra on freenode) for help if you need to.

  commit 88fbd3870cf3872fb0c9b4269503c62458664b3b
  Author: John Davidge 
  Date:   Mon Feb 15 10:02:54 2016 -0800

  Support cleanup of tenant resources with a single API call
  
  The addition of the 'neutron purge' command allows cloud admins
  to conveniently delete multiple neutron resources associated
  with a given tenant.
  
  The command will delete all supported resources provided that
  they can be deleted (not in use, etc) and feedback the amount
  of each resource deleted to the user. A completion percentage
  is also given to keep the user informed of progress.
  
  Currently supports deletion of:
  
  Networks
  Subnets (implicitly)
  Routers
  Ports (including router interfaces)
  Floating IPs
  Security Groups
  
  This feature can be easily extended to support more resource
  types in the future.
  
  DocImpact: Update API documentation to describe neutron-purge usage
  
  Change-Id: I5a366d3537191045eb53f9cccd8cd0f7ce54a63b
  Closes-Bug: 1511574
  Partially-Implements: blueprint tenant-delete

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1552015/+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


[Yahoo-eng-team] [Bug 1552015] Re: Support cleanup of tenant resources with a single API call

2016-05-15 Thread Atsushi SAKAI
The API-Ref is changed from doc to each project (neutron).

** Project changed: openstack-api-site => neutron

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

Title:
  Support cleanup of tenant resources with a single API call

Status in neutron:
  Confirmed
Status in openstack-manuals:
  Fix Released
Status in python-neutronclient:
  Invalid

Bug description:
  https://review.openstack.org/276541
  Dear bug triager. This bug was created since a commit was marked with 
DOCIMPACT.
  Your project "openstack/python-neutronclient" is set up so that we directly 
report the documentation bugs against it. If this needs changing, the 
docimpact-group option needs to be added for the project. You can ask the 
OpenStack infra team (#openstack-infra on freenode) for help if you need to.

  commit 88fbd3870cf3872fb0c9b4269503c62458664b3b
  Author: John Davidge 
  Date:   Mon Feb 15 10:02:54 2016 -0800

  Support cleanup of tenant resources with a single API call
  
  The addition of the 'neutron purge' command allows cloud admins
  to conveniently delete multiple neutron resources associated
  with a given tenant.
  
  The command will delete all supported resources provided that
  they can be deleted (not in use, etc) and feedback the amount
  of each resource deleted to the user. A completion percentage
  is also given to keep the user informed of progress.
  
  Currently supports deletion of:
  
  Networks
  Subnets (implicitly)
  Routers
  Ports (including router interfaces)
  Floating IPs
  Security Groups
  
  This feature can be easily extended to support more resource
  types in the future.
  
  DocImpact: Update API documentation to describe neutron-purge usage
  
  Change-Id: I5a366d3537191045eb53f9cccd8cd0f7ce54a63b
  Closes-Bug: 1511574
  Partially-Implements: blueprint tenant-delete

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1552015/+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