mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-10 15:32:09 -03:30
Fix variable naming bug in OpenStack CCM (#5702)
This commit is contained in:
parent
efef80f67b
commit
6221b94fdf
@ -43,5 +43,5 @@ floating-subnet-id={{ external_openstack_lbaas_floating_subnet_id }}
|
||||
manage-security-groups={{ external_openstack_lbaas_manage_security_groups }}
|
||||
{% endif %}
|
||||
{% if external_openstack_lbaas_internal_lb is defined %}
|
||||
internal-lb={{ external_openstack_internal_lb }}
|
||||
internal-lb={{ external_openstack_lbaas_internal_lb }}
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user