Merge "Add project purge command to osc"
This commit is contained in:
42
doc/source/command-objects/project-purge.rst
Normal file
42
doc/source/command-objects/project-purge.rst
Normal file
@ -0,0 +1,42 @@
|
||||
=============
|
||||
project purge
|
||||
=============
|
||||
|
||||
Clean resources associated with a specific project.
|
||||
|
||||
Block Storage v1, v2; Compute v2; Image v1, v2
|
||||
|
||||
project purge
|
||||
-------------
|
||||
|
||||
Clean resources associated with a project
|
||||
|
||||
.. program:: project purge
|
||||
.. code:: bash
|
||||
|
||||
openstack project purge
|
||||
[--dry-run]
|
||||
[--keep-project]
|
||||
[--auth-project | --project <project>]
|
||||
[--project-domain <project-domain>]
|
||||
|
||||
.. option:: --dry-run
|
||||
|
||||
List a project's resources
|
||||
|
||||
.. option:: --keep-project
|
||||
|
||||
Clean project resources, but don't delete the project.
|
||||
|
||||
.. option:: --auth-project
|
||||
|
||||
Delete resources of the project used to authenticate
|
||||
|
||||
.. option:: --project <project>
|
||||
|
||||
Project to clean (name or ID)
|
||||
|
||||
.. option:: --project-domain <project-domain>
|
||||
|
||||
Domain the project belongs to (name or ID). This can be
|
||||
used in case collisions between project names exist.
|
@ -252,6 +252,7 @@ Those actions with an opposite action are noted in parens if applicable.
|
||||
live server migration if possible
|
||||
* ``pause`` (``unpause``) - stop one or more servers and leave them in memory
|
||||
* ``query`` - Query resources by Elasticsearch query string or json format DSL.
|
||||
* ``purge`` - clean resources associated with a specific project
|
||||
* ``reboot`` - forcibly reboot a server
|
||||
* ``rebuild`` - rebuild a server using (most of) the same arguments as in the original create
|
||||
* ``remove`` (``add``) - remove an object from a group of objects
|
||||
|
Reference in New Issue
Block a user