OpenStack CLIs
This tutorial is part of the Cloud Two Series.
Back to Cloud TwoCategory: Intermediate
Difficulty: 3 out of 5
Duration: 27 minutes
Find a mistake? Let us know the issue here.
Using dedicated clients
In some cases a service may not be supported by the unified OpenStack client, or it is simply recommended to use the dedicated client which supports extra functionality.
For example, the following services are supported by the OpenStack client, but it is recommended to use the dedicated client instead:
novafor the Compute serviceglancefor the Image serviceswiftfor the Object Storage service
Services that require a dedicated client and are not supported by the unified OpenStack client are:
gnocchifor the Telemetry servicemuranofor the Application Catalog service
Installing a dedicated service client
Assuming you set up the pip tool from the last step, we can install a client
using the template python-PROJECTNAMEclient where PROJECTNAME is replaced
by the project name.
For example, to install the nova client using pip:
pip install python-novaclient