drwahl / docker-python-openstackclient

Python OpenStack client in a container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the following alias to your ~/.bashrc:

alias openstack='docker run --rm -e OS_USERNAME -e OS_PASSWORD -e OS_REGION_NAME -e OS_AUTH_URL -e OS_TENANT_NAME drwahl/python-openstackclient openstack'

And then run the openstack client as:

openstack server list

About

Python OpenStack client in a container

License:GNU General Public License v3.0