From 71c29a184b388b38d81dc609b9883c5e8f7166cf Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Mon, 7 Oct 2019 11:23:28 -0700 Subject: 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 --- doc/source/cli/nova.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'doc') 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. ```` The host to add to the aggregate. +.. _nova_aggregate-cache-images: + +nova aggregate-cache-images +--------------------------- + +.. code-block:: console + + usage: nova aggregate-cache-images [ ..] + +Request image(s) be pre-cached on hosts within the aggregate. + +**Positional arguments:** + +```` + Name or ID of aggregate. + +```` + Name or ID of image(s) to cache. + .. _nova_aggregate-create: nova aggregate-create -- cgit v1.2.1