Add registry_client_opts to glance-cache.conf.sample

The glance-cache service also uses the registry client so
also add the configuration options related to the client.

Closes-Bug: #1614591
Change-Id: I22de15ca5ce4550617c648c88f350e50f4ba27ea
This commit is contained in:
Thomas Bechtold 2016-08-08 16:28:56 +02:00
parent b7460f1cd0
commit ec51162d87
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ _cache_opts = [
glance.image_cache.drivers.sqlite.sqlite_opts,
glance.image_cache.image_cache_opts,
glance.registry.registry_addr_opts,
glance.registry.client.registry_client_opts,
glance.registry.client.registry_client_ctx_opts))),
]
_manage_opts = [