这个部分将描述如何在控制节点上安装及配置 Orchestration 服务,即heat。
运行以下命令安装软件包:
# apt-get install heat-api heat-api-cfn heat-engine python-heat-client
回应debconf的提示。
编辑文件 /etc/heat/heat.conf 并完成如下动作:
在 ``[ec2authtoken]``部分,配置认证服务访问:
[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.