blob: 196f6d244ee6f6cb15579ce2edae8f977f39b566 [file] [log] [blame]
Gary Wuab1fd532018-01-05 14:04:51 -08001#!/bin/bash
Gary Wua8678332017-10-19 12:39:19 -07002# Get floating IP assigned to a server name
Gary Wuab1fd532018-01-05 14:04:51 -08003openstack server show -c addresses -f json $1 | jq -r '.addresses' | tr -d ' ' | cut -d ',' -f 2