Skip to content

Instantly share code, notes, and snippets.

@flashvoid
Created August 20, 2019 03:59
Show Gist options
  • Save flashvoid/2027ff6dc963a8e49955b844bcd5b952 to your computer and use it in GitHub Desktop.
Save flashvoid/2027ff6dc963a8e49955b844bcd5b952 to your computer and use it in GitHub Desktop.
openstack tools cluster config
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