heat/doc/source/install/install-debian.rst
npraveen35 e18a523c99 heat config eliminate ec2authtoken
eliminate [ec2authtoken] section, if auth_uri is specified in
'clients_keystone' section

Change-Id: Ie11139a5d9a176037f1c9f50a62ff6dbd1b20b8f
Closes-Bug: #1705664
2017-08-22 04:03:15 +00:00

962 B

Install and configure for Debian

This section describes how to install and configure the Orchestration service for Debian.

Install and configure components

  1. Run the following commands to install the packages:

    # apt-get install heat-api heat-api-cfn heat-engine python-heat-client
  2. Respond to prompts for debconf.

Finalize installation

  1. Restart the Orchestration services:

    # service heat-api restart
    # service heat-api-cfn restart
    # service heat-engine restart