diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/command-objects/network.rst | 9 | ||||
| -rw-r--r-- | doc/source/command-objects/project-purge.rst | 42 | ||||
| -rw-r--r-- | doc/source/commands.rst | 2 | ||||
| -rw-r--r-- | doc/source/plugin-commands.rst | 6 | ||||
| -rw-r--r-- | doc/source/plugins.rst | 1 |
5 files changed, 51 insertions, 9 deletions
diff --git a/doc/source/command-objects/network.rst b/doc/source/command-objects/network.rst index 636409b9..ed9fd13d 100644 --- a/doc/source/command-objects/network.rst +++ b/doc/source/command-objects/network.rst @@ -318,7 +318,6 @@ Set network properties [--provider-physical-network <provider-physical-network>] [--provider-segment <provider-segment>] [--qos-policy <qos-policy> | --no-qos-policy] - [--transparent-vlan | --no-transparent-vlan] <network> .. option:: --name <name> @@ -393,14 +392,6 @@ Set network properties Remove the QoS policy attached to this network -.. option:: --transparent-vlan - - Make the network VLAN transparent - -.. option:: --no-transparent-vlan - - Do not make the network VLAN transparent - .. _network_set-network: .. describe:: <network> diff --git a/doc/source/command-objects/project-purge.rst b/doc/source/command-objects/project-purge.rst new file mode 100644 index 00000000..0ad0bbf9 --- /dev/null +++ b/doc/source/command-objects/project-purge.rst @@ -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. diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 4e0a9258..cd71bdc8 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -191,6 +191,7 @@ list check out :doc:`plugin-commands`. * ``dataprocessing image``: (**Data Processing (Sahara)**) * ``dataprocessing image tags``: (**Data Processing (Sahara)**) * ``dataprocessing plugin``: (**Data Processing (Sahara)**) +* ``data protection plan``: (**Data Protection (Karbor)**) * ``message-broker cluster``: (**Message Broker (Cue)**) * ``messaging``: (**Messaging (Zaqar)**) * ``messaging flavor``: (**Messaging (Zaqar)**) @@ -251,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 diff --git a/doc/source/plugin-commands.rst b/doc/source/plugin-commands.rst index 69d31c22..ee162f76 100644 --- a/doc/source/plugin-commands.rst +++ b/doc/source/plugin-commands.rst @@ -56,6 +56,12 @@ ironic-inspector .. list-plugins:: openstack.baremetal_introspection.v1 :detailed: +karbor +------ + +.. list-plugins:: openstack.data_protection.v1 + :detailed: + mistral ------- diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst index 7dda52a0..058819a6 100644 --- a/doc/source/plugins.rst +++ b/doc/source/plugins.rst @@ -29,6 +29,7 @@ The following is a list of projects that are an OpenStackClient plugin. - python-heatclient - python-ironicclient - python-ironic-inspector-client +- python-karborclient - python-mistralclient - python-muranoclient - python-neutronclient\*\*\* |
