shade-inventory-3.6
Client library for operating OpenStack clouds
Install
- All systems
-
curl cmd.cat/shade-inventory-3.6.sh
- Debian
-
apt-get install python3-shade
- Ubuntu
-
apt-get install python3-shade
- Kali Linux
-
apt-get install python3-shade
- Fedora
-
dnf install python3-shade
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-shade
- Raspbian
-
apt-get install python3-shade
- Dockerfile
- dockerfile.run/shade-inventory-3.6
python3-shade
Client library for operating OpenStack clouds
Shade is a simple Python client library for operating OpenStack clouds. The key word here is simple. Clouds can do many things - but there are probably only about 10 of them that most people care about with any regularity. If you want to do complicated things, you should probably use the lower level client libraries - or even the REST API directly. However, if what you want is to be able to write an application that talks to clouds no matter what choices the deployer has made then shade is for you. This package installs the library for Python 3.