Command-line

Once connected to the DMZ VPN - users are provided access to the environment access node, typically used to interact with the OpenStack environment. Several OpenStack command-line tools are preinstalled on the cluster login node.

To be able to use command-line tools, the correct OpenStack authentication file will need to be downloaded from the Horizon dashboard, as previously detailed.

The user-facing tools installed and their basic usage are:

Tool Usage
OpenStack compute (codenamed Nova) nova <command> - see nova --help
OpenStack image service (codenamed Glance) glance <command> - see glance --help
OpenStack networking service (codenamed Neutron) neutron <command> - see neutron --help
OpenStack block storage service (codenamed Cinder) cinder <command> - see cinder --help
OpenStack orchestration service (codenamed Heat) heat <command> - see heat --help