aboutsummaryrefslogtreecommitdiffstats
path: root/test/ete/scripts/get-floating-ip.sh
blob: 196f6d244ee6f6cb15579ce2edae8f977f39b566 (plain)
1
2
3
#!/bin/bash
# Get floating IP assigned to a server name
openstack server show -c addresses -f json $1 | jq -r '.addresses' | tr -d ' ' | cut -d ',' -f 2