Skip to content

Using Cloud Tools

Cloud tools is a docker container prepared with modules required for cloud management.

Setup

In order to use the container, you have to install docker and start the service. The next step is to clone the cloud tools repository and start the docker container by running:

./toolbox.sh

Finally, you can source your API credentials:

source app-cred-example.sh

The cloud tools contains CLI modules that can be used for cloud management. CLI command reference is available at official OpenStack documentation.

To verify correct functionality, run:

openstack version show

Last update: March 14, 2023