Merge "Update cache-manage documentation"

This commit is contained in:
Zuul 2019-04-05 01:39:47 +00:00 committed by Gerrit Code Review
commit a7b2c82c9d
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]