diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-01-04 10:08:49 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-01-04 10:08:50 +0000 |
| commit | c416aecb2f7fc8e993ca2b22edd4dea3673d2cac (patch) | |
| tree | 784d529eeae64bc90399431cfb1fb47f143510ea /doc/source/command-objects/aggregate.rst | |
| parent | 6707957c8752c40b3f53aa28bf0b215d3d05143c (diff) | |
| parent | 75f2875a6e2be5c7fef56ebc1f3c235aa5ae1521 (diff) | |
| download | python-openstackclient-c416aecb2f7fc8e993ca2b22edd4dea3673d2cac.tar.gz | |
Merge "Add ":option:` `" in the help message"
Diffstat (limited to 'doc/source/command-objects/aggregate.rst')
| -rw-r--r-- | doc/source/command-objects/aggregate.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/source/command-objects/aggregate.rst b/doc/source/command-objects/aggregate.rst index 0d2926db..2029a6c8 100644 --- a/doc/source/command-objects/aggregate.rst +++ b/doc/source/command-objects/aggregate.rst @@ -24,6 +24,7 @@ Add host to aggregate Aggregate (name or ID) +.. _aggregate_add_host-host: .. describe:: <host> Host to add to :ref:`\<aggregate\> <aggregate_add_host-aggregate>` @@ -49,6 +50,7 @@ Create a new aggregate Property to add to this aggregate (repeat option to set multiple properties) +.. _aggregate_create-name: .. describe:: <name> New aggregate name @@ -64,6 +66,7 @@ Delete existing aggregate(s) openstack aggregate delete <aggregate> [<aggregate> ...] +.. _aggregate_delete-aggregate: .. describe:: <aggregate> Aggregate(s) to delete (name or ID) @@ -100,6 +103,7 @@ Remove host from aggregate Aggregate (name or ID) +.. _aggregate_remove_host-host: .. describe:: <host> Host to remove from :ref:`\<aggregate\> <aggregate_remove_host-aggregate>` @@ -135,7 +139,7 @@ Set aggregate properties .. option:: --no-property Remove all properties from :ref:`\<aggregate\> <aggregate_set-aggregate>` - (specify both --property and --no-property to + (specify both :option:`--property` and :option:`--no-property` to overwrite the current properties) .. _aggregate_set-aggregate: @@ -154,6 +158,7 @@ Display aggregate details openstack aggregate show <aggregate> +.. _aggregate_show-aggregate: .. describe:: <aggregate> Aggregate to display (name or ID) |
