Comment 12 for bug 1495440

Revision history for this message
Reedip (reedip-banerjee-deactivatedaccount) wrote :

There are currently 2 ways for further improvement of this feature:
- Option #1 : Allow bulk delete in Neutron CLIs by just changing the neutronclient, and sending the request to Neutron Server 'One by One'.
There would not be any API related changes and therefore the resultant code change would be limited to the neutronclient.
Example: Bulk deletes are possible in Horizon( but then again, they are done one by one)

-Option #2 : Allow for bulk deletes by changing both the client and the underlying REST API.
This change would be a bit larger, and would involve changes in the neutronclient and the REST API to begin with.
It would however , may also require change in the other clients which use the Neutron API( for example , Horizon) to improve the overall performance of the action, if required.

I would like to know what the Core and Driver Team thinks about the above options.