heat
Python API and CLI for OpenStack Heat
Install
- All systems
-
curl cmd.cat/heat.sh
- Debian
-
apt-get install python2-heatclient
- Ubuntu
-
apt-get install python2-heatclient
- Fedora
-
dnf install python2-heatclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python2-heatclient
- Raspbian
-
apt-get install python2-heatclient
- Dockerfile
- dockerfile.run/heat
python2-heatclient
Python API and CLI for OpenStack Heat
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.
python3-heatclient
client library and CLI for OpenStack Heat - Python 3.x
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 3.x module.