python2-heat
client library and CLI for OpenStack Heat - Python 2.7
Install
- All systems
-
curl cmd.cat/python2-heat.sh
- Debian
-
apt-get install python-heatclient - Ubuntu
-
apt-get install python-heatclient - Kali Linux
-
apt-get install python-heatclient - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python-heatclient - Raspbian
-
apt-get install python-heatclient
python-heatclient
client library and CLI for OpenStack Heat - Python 2.7
Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. This is a client for the OpenStack Heat API. There's a Python API (the heatclient module), and a command-line script (heat). Each implements 100% of the OpenStack Heat API. This package provides the Python 2.7 module.