Comment 2 for bug 1709527

Revision history for this message
Antoni Segura Puimedon (celebdor) wrote :

Specifically in:

+
+ # Octavia needs the LB to be active for the listener
+ while [[ "$(_lb_state $lb_name)" != "ACTIVE" ]]; do
+ sleep 1
+ done
+