Re: [openstack-dev] [nova] Bulk Instance Delete support

2016-01-20 Thread Roman Dobosz
On Tue, 19 Jan 2016 09:37:17 -0500 Sean Dague wrote: > I think it's also important to think about what efficiency might be > gained, which isn't much. DELETE is an async action that returns 202. If > you care about those resources or quota so you can build more, you need > to monitor those delete

Re: [openstack-dev] [nova] Bulk Instance Delete support

2016-01-19 Thread Sean Dague
I think it's also important to think about what efficiency might be gained, which isn't much. DELETE is an async action that returns 202. If you care about those resources or quota so you can build more, you need to monitor those deletes. Which means you are going to be looping on servers to deter

Re: [openstack-dev] [nova] Bulk Instance Delete support

2016-01-19 Thread Michael Still
Heya, I am not aware of anyone working on this. That said, its also not clear to me that this is actually a good idea. Why can't you just loop through the instances and delete them one at a time? Michael On Wed, Jan 20, 2016 at 12:08 AM, vishal yadav wrote: > Hey guys, > > Would like to know t

[openstack-dev] [nova] Bulk Instance Delete support

2016-01-19 Thread vishal yadav
Hey guys, Would like to know the plan for support of bulk instance delete feature. There was a blueprint registered a while ago [1] but it's status is not clear. No corresponding API [2] [1] https://blueprints.launchpad.net/nova/+spec/bulk-delete-servers [2] http://developer.openstack.org/api-ref