Created
August 20, 2019 03:59
-
-
Save flashvoid/2027ff6dc963a8e49955b844bcd5b952 to your computer and use it in GitHub Desktop.
openstack tools cluster config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function openstack-cli() { | |
docker run -it --rm $(env | grep OS_ | sed 's/=.*//;s/^/--env /' | tr '\n' ' ') -v /etc/hosts:/etc/hosts gitlab.int.catalystcloud.nz:4567/catalystcloud/openstack-cli --insecure $@ | |
} | |
source openrc.sh | |
openstack-cli coe cluster config stas-test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment