Use charmhelpers template instead of hardcoding per charm
Now that charmhelpers have the template with the same content so we can switch to it for future maintainability. Change-Id: Icfc7834de8215836b035bed98cdd64f479c5b2c9 Related-Bug: #1758675
This commit is contained in:
parent
8369ea875c
commit
da7104c472
@ -77,5 +77,4 @@ lock_path = /var/lock/cinder
|
||||
# will be superseded by SRU to cinder package
|
||||
encryption_auth_url = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/v3
|
||||
|
||||
[oslo_middleware]
|
||||
enable_proxy_headers_parsing = True
|
||||
{% include "section-oslo-middleware" %}
|
||||
|
@ -63,5 +63,4 @@ lock_path = /var/lock/cinder
|
||||
# will be superseded by SRU to cinder package
|
||||
encryption_auth_url = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/v3
|
||||
|
||||
[oslo_middleware]
|
||||
enable_proxy_headers_parsing = True
|
||||
{% include "section-oslo-middleware" %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user