Add external_openstack_enable_ingress_hostname option for openstack (#7572)

Signed-off-by: Cedric Hnyda <cedric.hnyda@itera.io>
This commit is contained in:
Cedric Hnyda 2021-05-04 09:33:11 +02:00 committed by GitHub
parent 6a001e4971
commit 1dd38721b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -62,6 +62,9 @@ use-octavia={{ external_openstack_lbaas_use_octavia }}
lb-provider=octavia
use-octavia=true
{% endif %}
{% if external_openstack_enable_ingress_hostname is defined %}
enable-ingress-hostname={{ external_openstack_enable_ingress_hostname | bool }}
{% endif %}
[Networking]
ipv6-support-disabled={{ external_openstack_network_ipv6_disabled | string | lower }}

View file

@ -392,6 +392,7 @@ openstack_lbaas_monitor_max_retries: "3"
openstack_cacert: "{{ lookup('env','OS_CACERT') }}"
# Default values for the external OpenStack Cloud Controller
external_openstack_enable_ingress_hostname: false
external_openstack_lbaas_create_monitor: false
external_openstack_lbaas_monitor_delay: "1m"
external_openstack_lbaas_monitor_timeout: "30s"