tripleo-image-elements/elements/heat-api
Ryan Brady b968b6f37c Migrate heat-api element to svc-map
This patch migrates the heat-api element from map-services to
svc-map by adding a svc-map file and adding the -a option to
os-svc-install script calls.

Change-Id: I66c9e520f04415953ea9cf2ef57e40a7c011d366
2014-11-12 09:37:11 -05:00
..
install.d Migrate heat-api element to svc-map 2014-11-12 09:37:11 -05:00
os-refresh-config Migrate heat-api element to svc-map 2014-11-12 09:37:11 -05:00
README.md Use os-apply-config everywhere 2013-11-20 09:12:15 +00:00
element-deps Migrate heat-api element to svc-map 2014-11-12 09:37:11 -05:00
svc-map Migrate heat-api element to svc-map 2014-11-12 09:37:11 -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