python2-openstack
OpenStack Command-line Client - Python 2.7
Install
- All systems
-
curl cmd.cat/python2-openstack.sh
- Debian
-
apt-get install python-openstackclient - Ubuntu
-
apt-get install python-openstackclient - Arch Linux
-
pacman -S python-openstackclient - Kali Linux
-
apt-get install python-openstackclient - Fedora
-
dnf install python-openstackclient - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python-openstackclient - Raspbian
-
apt-get install python-openstackclient
python-openstackclient
OpenStack Command-line Client - Python 2.7
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 2.7 module.