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
(cherry picked from commit f2dc76823c)
This commit is contained in:
Jakub Darmach 2023-04-05 21:20:03 +02:00 committed by Michal Nasiadka
parent f2910697de
commit 36cf1c857a
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: