January 2018
Intermediate to advanced
398 pages
7h 54m
English
To launch a Heat stack we need three things: a name for the stack, the template (HOT) that describes the deployment, and finally, the environment file that fills in the blanks of the input parameters.
Ensure that you are logged on to a correctly configured OpenStack client and can access the OpenStack environment. Refer to Chapter 2, The OpenStack Client, for details of setting up your environment to use OpenStack.
If you get the openstack: 'stack' is not an openstack command, refer to openstack --help.
Ensure that the python-heatclient package is installed:
sudo -H pip install python-heatclient
Also ensure that you have downloaded the example cookbook.yaml Heat template and have created the environment ...
Read now
Unlock full access