Instalación y configuración de OpenStack (Kilo) en Oracle® Solaris

Salir de la Vista de impresión

Actualización: Junio de 2016
 
 

Cómo configurar Heat

Antes de empezar

Primero debe configurar Keystone, como se describe en Cómo instalar y configurar Keystone antes de realizar esta tarea.

  1. Configure Heat eliminando los comentarios de los parámetros o estableciendo dichos parámetros en el archivo /etc/heat/heat.conf:
    [database]
    connection = mysql://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_user = heat
    admin_password = service-password
    admin_tenant_name = tenant
    
    [oslo_messaging_rabbit]
    rabbit_host=$CONTROLLER_ADMIN_NODE
    
  2. Active el servicio de Heat.
    controller# svcadm enable -rs heat-api heat-db heat-engine \
    heat-api-cfn heat-api-cloudwatch