tripleo-image-elements/elements/heat-engine
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/post-configure.d Move heat-manage call to heat-engine 2014-01-30 23:47:12 +00:00
README.md Add OpenStack Heat elements. 2013-04-09 10:45:09 -07:00
element-deps Rename os-config-applier to os-apply-config. 2013-06-14 20:39:18 +12:00

README.md

Run the heat-engine service.

Configuration

Example Heat Metadata:

OpenStack::Config:
  heat:
    rpc_backend: heat.openstack.common.rpc.impl_kombu
    sql_connection: mysql://heatuser:heatpass@mysql.server.foo/heatdb
    auth_encryption_key: 0123456789abcdef0123456789abcdef
    watch_server_url: http://address.of.watch.service:8003
    waitcondition_server_url: http://address.of.wc.service:8000/v1/waitcondition
    metadata_server_url: http://addr.of.metadta.service:8000
    rabbit:
      password: abcdefg
      host: address.of.rabbitmq
    bind_port: 8001
    bind_host: 0.0.0.0