25a962a6eb
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 |
||
---|---|---|
.. | ||
install.d | ||
os-refresh-config | ||
element-deps | ||
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