Skip to content
Snippets Groups Projects
Commit 9a141eb1 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix some CloudKitty API responses when behind SSL"

parents ef38c505 cd55c8f4
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,9 @@ memcache_security_strategy = ENCRYPT
memcache_secret_key = {{ memcache_secret_key }}
memcached_servers = {% for host in groups['memcached'] %}{{ 'api' | kolla_address(host) | put_address_in_context('memcache') }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %}
[oslo_middleware]
enable_proxy_headers_parsing = True
[oslo_concurrency]
lock_path = /var/lib/cloudkitty/tmp
......
---
fixes:
- |
Fixes issues with some CloudKitty commands trying to connect to an external
TLS endpoint using HTTP. `LP#1888544 <https://launchpad.net/bugs/1888544>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment