Files
heat/doc/source/install/install-debian.rst
rabi e869e5397f Move install guides to doc/source/install
Change-Id: Iac205e96624d4dd58d797bdff342adceeb846bb5
Partial-Bug: #1706174
2017-07-25 11:06:15 +05:30

1.2 KiB

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.

  3. 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

Finalize installation

  1. Restart the Orchestration services:

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