This section describes how to install and configure the Orchestration service for Debian.
Run the following commands to install the packages:
# apt-get install heat-api heat-api-cfn heat-engine python-heat-client
Respond to prompts for debconf.
Edit the /etc/heat/heat.conf
file and complete the following
actions:
In the [ec2authtoken]
section, configure Identity service access:
[ec2authtoken]
...
auth_uri = http://controller:5000/v2.0
Restart the Orchestration services:
# service heat-api restart
# service heat-api-cfn restart
# service heat-engine restart
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.