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:
Nobuto Murata 2018-06-28 12:18:41 +09:00
parent 8369ea875c
commit da7104c472
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" %}