tripleo-image-elements/elements/heat-api
Tim Miller a7dbe7e164 Make heat-api and heat-engine work in boot-stack.
Change-Id: Ieab8df6c7efd6d66a9567fe099b73a4d98a0ba35
2013-05-14 17:58:13 -07:00
..
install.d Update Heat element for Havana config changes. 2013-05-14 16:03:54 -07:00
os-config-applier/etc/heat Make heat-api and heat-engine work in boot-stack. 2013-05-14 17:58:13 -07:00
os-refresh-config/post-configure.d Make heat-api and heat-engine work in boot-stack. 2013-05-14 17:58:13 -07:00
element-deps Add OpenStack Heat elements. 2013-04-09 10:45:09 -07:00
README.md Add OpenStack Heat elements. 2013-04-09 10:45:09 -07:00

Run the stateless HTTP Heat API services.

Configuration

We use os-config-applier for writing heat's configuration.

Example Heat Metadata:

OpenStack::Config:
  heat:
    rpc_backend: heat.openstack.common.rpc.impl_kombu
    service_host: keystone.host.foo
    service_port: 5000
    keystone:
      auth_host: keystone.host.foo
      auth_port: 35357
      auth_protocol: http
      auth_uri: http://keystone.host.foo:35357/v2.0
    admin_tenant_name: mytenant
    admin_user: user1
    admin_password: abcdefg
    rabbit:
      host: rabbitmq.host.foo
      password: xyz123