Skip to content

Commit

Permalink
Fix variable naming bug in OpenStack CCM (#5702)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenReitsma authored Mar 3, 2020
1 parent efef80f commit 6221b94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 6221b94

Please sign in to comment.