Merge "Enable proxy header parsing"

This commit is contained in:
Zuul 2018-07-05 17:39:52 +00:00 committed by Gerrit Code Review
commit 82f0239a88
2 changed files with 4 additions and 0 deletions

View File

@ -172,3 +172,5 @@ enabled = true
backend = oslo_cache.memcache_pool
memcache_servers = {{ memcached_servers }}
{% endif %}
{% include "section-oslo-middleware" %}

View File

@ -191,3 +191,5 @@ api_paste_config=/etc/nova/api-paste.ini
{% if pci_alias %}
alias = {{ pci_alias }}
{% endif %}
{% include "section-oslo-middleware" %}