Deploy Heat

Deploy HeatΒΆ

To deploy Heat:

  1. Apply the following states:

    salt -C 'I@heat:server and *01*' state.sls heat
    salt -C 'I@heat:server' state.sls heat
    
  2. On one of the controller nodes, verify that the Heat service is enabled and running:

    salt -C 'I@keystone:server' cmd.run ". /root/keystonercv3; openstack stack list"