Merge "Use charmhelpers template instead of hardcoding per charm"

This commit is contained in:
Zuul 2018-07-10 08:59:46 +00:00 committed by Gerrit Code Review
commit c2f2fda8b9
2 changed files with 2 additions and 4 deletions

View File

@ -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" %}

View File

@ -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" %}