.. _heat-install: Install and configure ~~~~~~~~~~~~~~~~~~~~~ This section describes how to install and configure the Orchestration service, code-named heat, on the controller node. Install and configure components -------------------------------- #. Run the following commands to install the packages: .. code-block:: console # apt-get install heat-api heat-api-cfn heat-engine python-heat-client #. Respond to prompts for :doc:`database management `, :doc:`Identity service credentials `, :doc:`service endpoint registration `, and :doc:`message broker credentials `. #. Edit the ``/etc/heat/heat.conf`` file and complete the following actions: * In the ``[ec2authtoken]`` section, configure Identity service access: .. code-block:: ini [ec2authtoken] ... auth_uri = http://controller:5000/v2.0 Finalize installation --------------------- #. Restart the Orchestration services: .. code-block:: console # service heat-api restart # service heat-api-cfn restart # service heat-engine restart