From ec51162d87fa1ccf56fbd399adfff979002fc74d Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 8 Aug 2016 16:28:56 +0200 Subject: [PATCH] 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 --- glance/opts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/glance/opts.py b/glance/opts.py index 4d23d61f12..e1a52c96d4 100644 --- a/glance/opts.py +++ b/glance/opts.py @@ -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 = [