summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/cli/command-objects')
-rw-r--r--doc/source/cli/command-objects/image.rst9
-rw-r--r--doc/source/cli/command-objects/quota.rst14
-rw-r--r--doc/source/cli/command-objects/subnet-pool.rst6
-rw-r--r--doc/source/cli/command-objects/volume.rst17
4 files changed, 38 insertions, 8 deletions
diff --git a/doc/source/cli/command-objects/image.rst b/doc/source/cli/command-objects/image.rst
index 95486e33..459a0770 100644
--- a/doc/source/cli/command-objects/image.rst
+++ b/doc/source/cli/command-objects/image.rst
@@ -32,7 +32,7 @@ Associate project with image
.. _image_add_project-project:
.. describe:: <project>
- Project to associate with image (name or ID)
+ Project to associate with image (ID)
image create
------------
@@ -209,6 +209,7 @@ List available images
[--property <key=value>]
[--name <name>]
[--status <status>]
+ [--member-status <member-status>]
[--tag <tag>]
[--long]
[--sort <key>[:<direction>]]
@@ -251,6 +252,12 @@ List available images
*Image version 2 only*
+.. option:: --member-status <member-status>
+
+ Filter images based on member status
+
+ *Image version 2 only*
+
.. option:: --tag <tag>
Filter images based on tag
diff --git a/doc/source/cli/command-objects/quota.rst b/doc/source/cli/command-objects/quota.rst
index f39536af..8c8cea6d 100644
--- a/doc/source/cli/command-objects/quota.rst
+++ b/doc/source/cli/command-objects/quota.rst
@@ -17,6 +17,8 @@ List quotas for all projects with non-default quota values
openstack quota list
--compute | --network | --volume
+ [--project <project>]
+ [--detail]
.. option:: --network
@@ -30,6 +32,14 @@ List quotas for all projects with non-default quota values
List volume quotas
+.. option:: --project <project>
+
+ List quotas for this project <project> (name or ID)
+
+.. option:: --detail
+
+ Show details about quotas usage
+
quota set
---------
@@ -234,7 +244,9 @@ Set quotas for class
quota show
----------
-Show quotas for project or class
+Show quotas for project or class. Specify ``--os-compute-api-version 2.50`` or
+higher to see ``server-groups`` and ``server-group-members`` output for a given
+quota class.
.. program:: quota show
.. code:: bash
diff --git a/doc/source/cli/command-objects/subnet-pool.rst b/doc/source/cli/command-objects/subnet-pool.rst
index c6fda03c..77259a83 100644
--- a/doc/source/cli/command-objects/subnet-pool.rst
+++ b/doc/source/cli/command-objects/subnet-pool.rst
@@ -292,15 +292,9 @@ Unset subnet pool properties
.. code:: bash
openstack subnet pool unset
- [--pool-prefix <pool-prefix> [...]]
[--tag <tag> | --all-tag]
<subnet-pool>
-.. option:: --pool-prefix <pool-prefix>
-
- Remove subnet pool prefixes (in CIDR notation).
- (repeat option to unset multiple prefixes).
-
.. option:: --tag <tag>
Tag to be removed from the subnet pool
diff --git a/doc/source/cli/command-objects/volume.rst b/doc/source/cli/command-objects/volume.rst
index 5c86d10d..fc6188c0 100644
--- a/doc/source/cli/command-objects/volume.rst
+++ b/doc/source/cli/command-objects/volume.rst
@@ -262,6 +262,7 @@ Set volume properties
[--property <key=value> [...] ]
[--image-property <key=value> [...] ]
[--state <state>]
+ [--attached | --detached ]
[--type <volume-type>]
[--retype-policy <retype-policy>]
[--bootable | --non-bootable]
@@ -341,6 +342,22 @@ Set volume properties
*Volume version 2 only*
+.. option:: --attached
+
+ Set volume attachment status to "attached" (admin only)
+ (This option simply changes the state of the volume in the database with
+ no regard to actual status, exercise caution when using)
+
+ *Volume version 2 only*
+
+.. option:: --deattach
+
+ Set volume attachment status to "detached" (admin only)
+ (This option simply changes the state of the volume in the database with
+ no regard to actual status, exercise caution when using)
+
+ *Volume version 2 only*
+
.. _volume_set-volume:
.. describe:: <volume>