tripleo-image-elements/elements/heat-api/README.md
Derek Higgins 1fde418207 Use os-apply-config everywhere
os-config-applier is being deprecated.

Change-Id: Iaaa5e77dcb16f1019e7bace0d6743d51bb61fd1a
2013-11-20 09:12:15 +00:00

655 B

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