python3-openstack
OpenStack Command-line Client - Python 3.x
Install
- All systems
-
curl cmd.cat/python3-openstack.sh
- Debian
-
apt-get install python3-openstackclient - Ubuntu
-
apt-get install python3-openstackclient - Kali Linux
-
apt-get install python3-openstackclient - Fedora
-
dnf install python3-openstackclient - Windows (WSL2)
-
sudo apt-get updatesudo 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.