e18a523c99
eliminate [ec2authtoken] section, if auth_uri is specified in 'clients_keystone' section Change-Id: Ie11139a5d9a176037f1c9f50a62ff6dbd1b20b8f Closes-Bug: #1705664
962 B
962 B
Install and configure for Debian
This section describes how to install and configure the Orchestration service for Debian.
Install and configure components
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.
Finalize installation
Restart the Orchestration services:
# service heat-api restart # service heat-api-cfn restart # service heat-engine restart