python2-magnum
client library for Magnum API - Python 2.x
Install
- All systems
-
curl cmd.cat/python2-magnum.sh
- Debian
-
apt-get install python-magnumclient
- Ubuntu
-
apt-get install python-magnumclient
- Kali Linux
-
apt-get install python-magnumclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-magnumclient
- Raspbian
-
apt-get install python-magnumclient
- Dockerfile
- dockerfile.run/python2-magnum
python-magnumclient
client library for Magnum API - Python 2.x
Magnum is an OpenStack API service developed by the OpenStack Containers Team making container orchestration engines such as Docker and Kubernetes available as first class resources in OpenStack. Magnum uses Heat to orchestrate an OS image which contains Docker and Kubernetes and runs that image in either virtual machines or bare metal in a cluster configuration. This package contains the Python 2.x module.