tripleo-image-elements/elements/heat-api
Dan Prince a794c4cc2f Update elements to use os-svc-daemon -i.
Globally updates all the elements so we explicitly set the
virtualenv install directory with the os-svc-daemon -i option.

This allows us to support both isolated and shared venvs
(which some people would like to use).

Change-Id: Ie264ff58d7e733542ba32853f5c0f593b64ffe4a
2014-03-24 09:57:11 -04:00
..
install.d Update elements to use os-svc-daemon -i. 2014-03-24 09:57:11 -04: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