mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-02 01:58:12 -03:30
cloud-provider-openstack: upgrade 1.22.0 to 1.23.4 (#9332)
This commit is contained in:
committed by
GitHub
parent
9c407e667d
commit
e486151aea
@@ -65,6 +65,12 @@ use-octavia=true
|
||||
{% if external_openstack_enable_ingress_hostname is defined %}
|
||||
enable-ingress-hostname={{ external_openstack_enable_ingress_hostname | bool }}
|
||||
{% endif %}
|
||||
{% if external_openstack_ingress_hostname_suffix is defined %}
|
||||
ingress-hostname-suffix={{ external_openstack_ingress_hostname_suffix | string | lower }}
|
||||
{% endif %}
|
||||
{% if external_openstack_max_shared_lb is defined %}
|
||||
max-shared-lb={{ external_openstack_max_shared_lb }}
|
||||
{% endif %}
|
||||
|
||||
[Networking]
|
||||
ipv6-support-disabled={{ external_openstack_network_ipv6_disabled | string | lower }}
|
||||
|
||||
Reference in New Issue
Block a user