openstack-3.6

OpenStack Command-line Client - Python 3.x

Install

All systems
curl cmd.cat/openstack-3.6.sh
Debian Debian
apt-get install python3-openstackclient
Ubuntu
apt-get install python3-openstackclient
image/svg+xml Kali Linux
apt-get install python3-openstackclient
Fedora
dnf install python3-openstackclient
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-openstackclient
Raspbian
apt-get install python3-openstackclient

python3-openstackclient

OpenStack Command-line Client - Python 3.x

python-openstackclient is a unified command-line client for the OpenStack APIs. It is a thin wrapper to the stock python-*client modules that implement the actual REST API client actions. This is an implementation of the design goals shown in http://wiki.openstack.org/UnifiedCLI. The primary goal is to provide a unified shell command structure and a common language to describe operations in OpenStack. This package contains the Python 3.x module.