このセクションでは、コントローラーノードに Orchestration サービス (コード名 heat) をインストールおよび設定する方法を説明します。
以下のコマンドを実行して、パッケージをインストールします。
# apt-get install heat-api heat-api-cfn heat-engine python-heat-client
debconf のプロンプトに答えます。
/etc/heat/heat.conf ファイルを編集し、以下の作業をすべて行います。
[ec2authtoken] セクションに、Identity サービスへのアクセス方法を設定します。
[ec2authtoken]
...
auth_uri = http://controller:5000/v2.0
Orchestration を再起動します。
# 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.