From 8e957bff590d70bbb8603e8f394f59f39db04e25 Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Thu, 4 Apr 2019 07:46:52 +0000 Subject: [PATCH] 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 --- doc/source/admin/cache.rst | 8 ++++++++ doc/source/cli/openstack_options.txt | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/doc/source/admin/cache.rst b/doc/source/admin/cache.rst index c230e9c083..01518b64ec 100644 --- a/doc/source/admin/cache.rst +++ b/doc/source/admin/cache.rst @@ -150,6 +150,14 @@ following methods: $ glance-cache-manage --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= list-cached + * You can issue the following call on \*nix systems (on the host that contains the image cache):: diff --git a/doc/source/cli/openstack_options.txt b/doc/source/cli/openstack_options.txt index f5a7ddc5ea..7c8d74880d 100644 --- a/doc/source/cli/openstack_options.txt +++ b/doc/source/cli/openstack_options.txt @@ -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] +