Fix variable naming bug in OpenStack CCM (#5702)
This commit is contained in:
parent
efef80f67b
commit
6221b94fdf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue