Name: keepalived-bin Namespace: openstack Labels: Annotations: Data ==== wait-for-ip.sh: ---- #!/bin/sh -x while true; do ip -4 addr list dev br-ex | grep br-ex # We detected an IP address if [ $? -eq 0 ]; then break fi sleep 1 done BinaryData ==== Events: