python3-nova
client library for OpenStack Compute API - 3.x
Install
- All systems
-
curl cmd.cat/python3-nova.sh
- Debian
-
apt-get install python3-novaclient
- Ubuntu
-
apt-get install python3-novaclient
- Kali Linux
-
apt-get install python3-novaclient
- Fedora
-
dnf install python3-novaclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-novaclient
- Raspbian
-
apt-get install python3-novaclient
- Dockerfile
- dockerfile.run/python3-nova
python3-novaclient
client library for OpenStack Compute API - 3.x
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 3.x module.