Skip to content
⚠️ Warning: Extraordinary electrical maintenance – Scheduled shutdown of the Cloud garr-ct1 region (Catania) from 22 to 29 July 2025. For more details, please read the maintenance notice.

Set-up the OpenStack Command Line Interface

Introduction

The OpenStack Client is a command-line client for OpenStack that provides a common interface to several OpenStack services.

Instruction to install Openstack CLI can be found here.

You can use any machine running Linux, Mac OS X, or Microsoft Windows, as well as a VM on the cloud itself, which you can deploy according to these instructions

Installation

If you already have pip installed on your machine, issue this command:

$ pip install python-openstackclient

Now you can use OpenStack client in your terminal. To use it you need to obtain Application Credentials following these steps.

Once you have setup your credentials, you can issue commands to OpenStack. You can get a list of available commands with:

$ openstack help