python2-nova
client library for OpenStack Compute API - Python 2.7
Install
- All systems
-
curl cmd.cat/python2-nova.sh
- Debian
-
apt-get install python-novaclient
- Ubuntu
-
apt-get install python-novaclient
- Arch Linux
-
pacman -S python-novaclient
- Kali Linux
-
apt-get install python-novaclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-novaclient
- Raspbian
-
apt-get install python-novaclient
- Dockerfile
- dockerfile.run/python2-nova
python-novaclient
client library for OpenStack Compute API - Python 2.7
OpenStack Compute, codenamed Nova, is a cloud computing fabric controller designed to be modular and easy to extend and adapt. In addition to its "native" OpenStack API, it also supports the Amazon EC2 API, and it supports many different database backends (including SQLite, MySQL, and PostgreSQL), hypervisors (KVM, Xen), and user directory systems (LDAP, SQL). Python novaclient library and nova CLI tool for interacting with OpenStack Compute (Nova) through the OpenStack Compute API. This package provides the Python 2.7 module.