安装和配置

安装和配置

这个部分将描述如何在控制节点上安装及配置 Orchestration 服务,即heat。

安全并配置组件

  1. 运行以下命令安装软件包:

    # apt-get install heat-api heat-api-cfn heat-engine python-heat-client
    
  2. 回应debconf的提示。

  3. 编辑文件 /etc/heat/heat.conf 并完成如下动作:

    • ``[ec2authtoken]``部分,配置认证服务访问:

      [ec2authtoken]
      ...
      auth_uri = http://controller:5000/v2.0
      

完成安装

  1. 重启Orchestration服务:

    # service heat-api restart
    # service heat-api-cfn restart
    # service heat-engine restart
    
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.