Files
Derek Higgins 837fbb1b54 Run dbsync commands with service user
In some cases these commands create log files, running them as the service
user prevents them being owned by root.

Change-Id: I5d5dc4b58f7fca494ac2617f15da9f90b5fa11c9
2014-08-18 17:29:32 +01:00
..
2013-04-09 10:45:09 -07:00

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