mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-21 05:00:13 -03:30
Fix variable naming bug in OpenStack CCM (#5702)
This commit is contained in:
@@ -43,5 +43,5 @@ floating-subnet-id={{ external_openstack_lbaas_floating_subnet_id }}
|
|||||||
manage-security-groups={{ external_openstack_lbaas_manage_security_groups }}
|
manage-security-groups={{ external_openstack_lbaas_manage_security_groups }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if external_openstack_lbaas_internal_lb is defined %}
|
{% if external_openstack_lbaas_internal_lb is defined %}
|
||||||
internal-lb={{ external_openstack_internal_lb }}
|
internal-lb={{ external_openstack_lbaas_internal_lb }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user