Skip to content
Snippets Groups Projects
Unverified Commit 1dd38721 authored by Cedric Hnyda's avatar Cedric Hnyda Committed by GitHub
Browse files

Add external_openstack_enable_ingress_hostname option for openstack (#7572)

parent 6a001e49
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment