Merge "[octavia] Adds region_name if enable_barbican"
This commit is contained in:
commit
1939c3ce68
@ -13,6 +13,9 @@ bind_port = {{ octavia_api_listen_port }}
|
||||
ca_private_key_passphrase = {{ octavia_ca_password }}
|
||||
ca_private_key = /etc/octavia/certs/private/cakey.pem
|
||||
ca_certificate = /etc/octavia/certs/ca_01.pem
|
||||
{% if enable_barbican | bool %}
|
||||
region_name = {{ openstack_region_name }}
|
||||
{% endif %}
|
||||
|
||||
[haproxy_amphora]
|
||||
server_ca = /etc/octavia/certs/ca_01.pem
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Adds necessary ``region_name`` to ``octavia.conf`` when
|
||||
``enable_barbican`` is set to ``true``. `LP#1867926
|
||||
<https://launchpad.net/bugs/1867926>`__
|
Loading…
x
Reference in New Issue
Block a user