Removing fixed settings inside the glance-cache.conf
Using same overrides for the admin_user and admin_tenant_name as the main glance API configuration. This fix will make sure that the glance services will use the same set of admin settings across multiple configuration files. Change-Id: I8009cd1b9f5548f5272d37b48ca7b43e7a0b2f86 Closes-Bug: #1503837
This commit is contained in:
parent
f459bbf206
commit
3f543ce600
@ -4,8 +4,8 @@
|
||||
verbose = {{ verbose }}
|
||||
debug = {{ debug }}
|
||||
admin_password = {{ glance_service_password }}
|
||||
admin_user = glance
|
||||
admin_tenant_name = service
|
||||
admin_user = {{ glance_service_user_name }}
|
||||
admin_tenant_name = {{ glance_service_project_name }}
|
||||
use_syslog = False
|
||||
image_cache_dir = {{ glance_system_user_home }}/cache/
|
||||
image_cache_stall_time = 86400
|
||||
|
Loading…
x
Reference in New Issue
Block a user