Skip to content

Commit

Permalink
make this simple
Browse files Browse the repository at this point in the history
  • Loading branch information
metanovii authored Feb 24, 2021
1 parent 5847420 commit 4f4f14d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ internal-lb={{ external_openstack_lbaas_internal_lb }}
{% endif %}
{% if external_openstack_lbaas_provider is defined %}
lb-provider={{ external_openstack_lbaas_provider }}
{% if external_openstack_lbaas_use_octavia is defined %}
use-octavia={{ external_openstack_lbaas_use_octavia }}
{% else %}
use-octavia={{ external_openstack_lbaas_provider | lower == 'octavia' }}
{% endif %}
use-octavia={{ external_openstack_lbaas_use_octavia | default(False) }}
{% else %}
lb-provider=octavia
use-octavia=true
Expand Down

0 comments on commit 4f4f14d

Please sign in to comment.