Remove api related options from registry config

Change-Id: I47d32773f92dd6282a1c84b4aa5e12b35dcbfaed
This commit is contained in:
Proskurin Kirill 2016-12-08 11:21:19 +00:00
parent ca63052ed0
commit 383c6630fe
1 changed files with 0 additions and 10 deletions

View File

@ -8,12 +8,6 @@ use_forwarded_for = True
bind_host = {{ network_topology["private"]["address"] }}
bind_port = {{ glance.registry_port.cont }}
registry_host = glance-registry
cinder_catalog_info = volume:cinder:internalURL
show_multiple_locations = True
[database]
connection = mysql+pymysql://{{ glance.db.username }}:{{ glance.db.password }}@{{ address(service.database) }}/{{ glance.db.name }}
max_retries = -1
@ -32,9 +26,5 @@ memcached_servers = {{ address('memcached', memcached.port) }}
[paste_deploy]
flavor = keystone
[glance_store]
default_store = file
filesystem_store_datadir = /var/lib/glance/images/
[oslo_messaging_notifications]
driver = noop