Name: keepalived-bin Namespace: openstack Labels: Annotations: Data ==== wait-for-ip.sh: ---- #!/bin/sh -x while true; do ip link show dev br-ex >/dev/null 2>&1 # We detected the interface that keepalived will manage. if [ $? -eq 0 ]; then break fi sleep 1 done BinaryData ==== Events: