Fix wrong opts in cyborg.conf
Add an empty line between memcache_servers and www_authenticate_uri Closes-Bug: #1941704 Change-Id: Ied83865eb33aceaf738c21363f02bcccbcd05738
This commit is contained in:
parent
0ef7c6ed1c
commit
172c29cb11
@ -18,6 +18,7 @@ max_pool_size = {{ database_max_pool_size }}
|
||||
memcache_security_strategy = ENCRYPT
|
||||
memcache_secret_key = {{ memcache_secret_key }}
|
||||
memcache_servers = {% for host in groups['memcached'] %}{{ 'api' | kolla_address(host) | put_address_in_context('memcache') }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %}
|
||||
|
||||
www_authenticate_uri = {{ keystone_internal_url }}
|
||||
project_domain_name = {{ default_project_domain_name }}
|
||||
project_name = service
|
||||
|
5
releasenotes/notes/bug-1941704-d31774f4dd56374f.yaml
Normal file
5
releasenotes/notes/bug-1941704-d31774f4dd56374f.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes generation of ``cyborg.conf``.
|
||||
`LP#1941704 <https://launchpad.net/bugs/1941704>`__
|
Loading…
Reference in New Issue
Block a user