diff options
| author | Zuul <zuul@review.opendev.org> | 2021-03-18 08:39:11 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2021-03-18 08:39:11 +0000 |
| commit | 86bca18b74539d024e3854af0dfd3552c4d3b50b (patch) | |
| tree | 29693e32df4d603096bd4da2746ccf93b8d93998 /doc/source/cli | |
| parent | 791bed6dd2272138b619e7c7ab26ca0692defff8 (diff) | |
| parent | 119d2fae2567285b9149b2c737d7d4452b59288c (diff) | |
| download | python-openstackclient-5.5.0.tar.gz | |
Merge "project cleanup"5.5.0
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/command-objects/project-cleanup.rst | 12 | ||||
| -rw-r--r-- | doc/source/cli/commands.rst | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/project-cleanup.rst b/doc/source/cli/command-objects/project-cleanup.rst new file mode 100644 index 00000000..e76e5389 --- /dev/null +++ b/doc/source/cli/command-objects/project-cleanup.rst @@ -0,0 +1,12 @@ +=============== +project cleanup +=============== + +Clean resources associated with a specific project based on OpenStackSDK +implementation + +Block Storage v2, v3; Compute v2; Network v2; DNS v2; Orchestrate v1 + + +.. autoprogram-cliff:: openstack.common + :command: project cleanup diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst index 0dfac00b..94a0b5a6 100644 --- a/doc/source/cli/commands.rst +++ b/doc/source/cli/commands.rst @@ -270,6 +270,7 @@ Those actions with an opposite action are noted in parens if applicable. * ``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 +* ``cleanup`` - flexible 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 |
