summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDan Smith <dansmith@redhat.com>2019-10-07 11:23:28 -0700
committerDan Smith <dansmith@redhat.com>2019-10-18 10:50:01 -0700
commit71c29a184b388b38d81dc609b9883c5e8f7166cf (patch)
treeaaf16b08bcc3c555f2acae95db03c0f565065131 /doc
parente1bb4378db1e5be85a59861c2d473388fa336da8 (diff)
downloadpython-novaclient-71c29a184b388b38d81dc609b9883c5e8f7166cf.tar.gz
Add aggregate-cache-images command and client routines
This adds the ability to request image precache support for an aggregate in support of the matching server feature. Related to blueprint image-precache-support Depends-On: https://review.opendev.org/#/c/687140 Change-Id: Id354ccfa99e500a598685e6b794c12160ea2a990
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/nova.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst
index b94e52af..fd8dbc4d 100644
--- a/doc/source/cli/nova.rst
+++ b/doc/source/cli/nova.rst
@@ -73,6 +73,9 @@ nova usage
``aggregate-add-host``
Add the host to the specified aggregate.
+``aggregate-cache-images``
+ Request images be pre-cached on hosts within an aggregate.
+
``aggregate-create``
Create a new aggregate with the specified
details.
@@ -756,6 +759,25 @@ Add the host to the specified aggregate.
``<host>``
The host to add to the aggregate.
+.. _nova_aggregate-cache-images:
+
+nova aggregate-cache-images
+---------------------------
+
+.. code-block:: console
+
+ usage: nova aggregate-cache-images <aggregate> <image> [<image> ..]
+
+Request image(s) be pre-cached on hosts within the aggregate.
+
+**Positional arguments:**
+
+``<aggregate>``
+ Name or ID of aggregate.
+
+``<image>``
+ Name or ID of image(s) to cache.
+
.. _nova_aggregate-create:
nova aggregate-create