timmy/rq/scripts/keystone-endpoint-list
2016-05-14 01:01:09 +00:00

9 lines
129 B
Plaintext

source "$OPENRC"
which openstack 2>&1
if [ "$?" -eq "0" ]
then
openstack endpoint list --long
else
keystone endpoint-list
fi