tripleo-image-elements/elements/heat-api
Ben Nemec 72eae28b16 Move heat-manage call to heat-engine
heat-api doesn't actually care about calling heat-manage db_sync,
so move it to heat-engine, which does.

Also add set -e on the script so errors from heat-manage are caught.

Change-Id: I50ee5721a123ae760797816fb759dd6540df8ad4
2014-01-30 23:47:12 +00:00
..
install.d Move heat-manage call to heat-engine 2014-01-30 23:47:12 +00:00
os-refresh-config Move heat-manage call to heat-engine 2014-01-30 23:47:12 +00:00
README.md Use os-apply-config everywhere 2013-11-20 09:12:15 +00:00
element-deps Moving iptables rules to the relevant elements 2014-01-28 06:31:54 -05: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