Missing load balancer health monitors fix

In api and etcd load balancer templates we define if Octavia
load balancer healthchecks should be enabled. Corrected
octavia_lb_healthcheck parameter value comparison.

Closes-bug: #2015393
Change-Id: Icee8be92ea3e3121934645049b81b79be9bd046a
This commit is contained in:
Jakub Darmach 2023-04-05 21:20:03 +02:00
parent b7092d312a
commit f2dc76823c
No known key found for this signature in database
GPG Key ID: A234FE88F409DEE5
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ conditions:
octavia_lb_healthcheck_enabled:
equals:
- get_param: octavia_lb_healthcheck
- []
- True
parameters:

View File

@ -14,7 +14,7 @@ conditions:
octavia_lb_healthcheck_enabled:
equals:
- get_param: octavia_lb_healthcheck
- []
- True
parameters: