tripleo-image-elements/elements/heat-api
Dan Prince 9a4bc1e746 Run DB sync in heat-api element post configure.
Change-Id: I9d3f73751d9d90f077ee64d6ed2dc1485bcc96ec
2013-11-20 10:14:53 -05:00
..
install.d Use the heat upstream api-paste.ini config. 2013-11-15 22:41:20 -05:00
os-refresh-config/post-configure.d Run DB sync in heat-api element post configure. 2013-11-20 10:14:53 -05:00
README.md Use os-apply-config everywhere 2013-11-20 09:12:15 +00:00
element-deps Add OpenStack Heat elements. 2013-04-09 10:45:09 -07:00

README.md

Run the stateless HTTP Heat API services.

Configuration

We use os-apply-config 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