Update cache-manage documentation

During Stein cycle glance has added support to use cache-manage
utility using V2 API. Now it has support for keystone v3
authentication as well.

Change-Id: I698bdb84f6dcb964d7cf5e907f61c35e9beb36f0
Closes-Bug: #1823124
This commit is contained in:
Abhishek Kekane 2019-04-04 07:46:52 +00:00
parent 72fcddcf4d
commit 8e957bff59
2 changed files with 17 additions and 0 deletions

View File

@ -150,6 +150,14 @@ following methods:
$ glance-cache-manage --host=<HOST> list-cached
* In Glance, image cache is local to each node, hence image cache management
must be performed on each node locally. If OpenStack cloud is deployed with
HA (3/5/7 controllers) then while running the cache management it is
necessary to specify the HOST address using -H option.
Example usage::
$ glance-cache-manage --host=<HOST> list-cached
* You can issue the following call on \*nix systems (on the host that contains
the image cache)::

View File

@ -20,4 +20,13 @@
``--os-auth-url=OS_AUTH_URL``
Defaults to env[OS_AUTH_URL]
``-os-user-domain-id=OS_USER_DOMAIN_ID``
Defaults to env[OS_USER_DOMAIN_ID]
``--os-project-domain-id=OS_PROJECT_DOMAIN_ID``
Defaults to env[OS_PROJECT_DOMAIN_ID]
``--os-domain-id=OS_AUTH_URL``
Defaults to env[OS_DOMAIN_ID]