tripleo-image-elements/elements/heat-api
Gonéri Le Bouder 25a962a6eb add some missing “set -ue” declarations
Since 79ab95b16e78d563c473b5acada62cb3e22d4eb1 dib-lint ensure
every element shell scripts have “set -e” activated.

Even if dib-lint doesn't test it yet, the set -u is already widely
used.

As pointed out by Jiri Stransky, elements/tripleo-cd/configs/* files
are sourced by deploy-testenv. There is no reason to enable “set -ue”
manually. The patch just disable the dib-lint “sete” check on these files.

Change-Id: I118c8c80ec50b265c22577b075d15f56389b7a47
2014-05-20 09:39:55 +02:00
..
install.d Update elements to use os-svc-daemon -i. 2014-03-24 09:57:11 -04:00
os-refresh-config add some missing “set -ue” declarations 2014-05-20 09:39:55 +02: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