Installing and Configuring OpenStack (Juno) in Oracle® Solaris

Exit Print View

Updated: June 2016
 
 

How to Configure Heat

Before You Begin

You must configure Keystone first as described in the How to Install and Configure Keystone before performing this task.

  1. Configure Heat by either uncommenting or setting the parameters in /etc/heat/heat.conf:
    [database]
    connection = mysql://heat:heat-service-password@$CONTROLLER_ADMIN_NODE/heat
    
    [keystone_authtoken]
    auth_uri = http://$CONTROLLER_ADMIN_NODE:5000/v2.0
    identity_uri = http://$CONTROLLER_ADMIN_NODE:35357
    admin_tenant_name = tenant
    admin_user = heat
    admin_password = heat-service-password
    
  2. Enable the heat service.
    controller# svcadm enable -rs heat-api heat-db heat-engine \
    heat-api-cfn heat-api-cloudwatch