diff --git a/templates/mitaka/cinder.conf b/templates/mitaka/cinder.conf index 171fa1b3..c948aecd 100644 --- a/templates/mitaka/cinder.conf +++ b/templates/mitaka/cinder.conf @@ -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" %} diff --git a/templates/ocata/cinder.conf b/templates/ocata/cinder.conf index a8e8fec2..fe3f43b9 100644 --- a/templates/ocata/cinder.conf +++ b/templates/ocata/cinder.conf @@ -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" %}