heat-db-setup
OpenStack orchestration service - common files
Install
- All systems
-
curl cmd.cat/heat-db-setup.sh
- Debian
-
apt-get install heat-common
- Ubuntu
-
apt-get install heat-common
- Kali Linux
-
apt-get install heat-common
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install heat-common
- Raspbian
-
apt-get install heat-common
- Dockerfile
- dockerfile.run/heat-db-setup
heat-common
OpenStack orchestration service - common files
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 package contains the common files.
python3-heat
OpenStack orchestration service - Python files
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 package contains the Python libraries.