The "purge" feature- 1 command for all components
Bug #1584596 reported by
Alex Stafeyev
This bug affects 3 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Won't Fix
|
Wishlist
|
Unassigned | ||
Bug Description
Hi all,
After working with "neutron purge" and testing it, we have some thoughts regarding the feature.
Due to the fact that this feature's purpose is to clean all network objects after tenant was deleted, we think that the "purge" command should clear not only Neutron objects, but all tenant owned objects that were not deleted after tenant deletion. "One action cleans all".
Additionally, we had a thought to make this purge command run behind the scene after "openstack project delete" command execution, which will clean the deleted tenant objects without a user to feel anything. The manual option should stay available of course.
BR
Alex
| affects: | neutron → python-openstackclient |
| description: | updated |
| tags: | added: network |
| Changed in python-openstackclient: | |
| status: | New → Won't Fix |
To post a comment you must log in.
I think there is room for value-add commands like this, I am not sure it belongs directly in the OSC repo.
Specifically, something as comprehensive as 'purge the entire cloud of project X' might need more visibility into the cloud than OSC can provide, but I do think we should consider how to implement this sort of thing anyway.