tripleo-image-elements/elements/tuskar/os-config-applier/etc/tuskar/tuskar.conf
Roman Podolyaka 70f3634d47 Add an element installing tuskar API service
This should make it easier to deploy tuskar in the undercloud
(basically, one will just add 'tuskar' the the list of elements
when building a disk image for the undercloud node).

This depends on Ib66e688bd7500f03dea7d4282607cd51078e9a51 to be
merged into tripleo-heat-templates to work properly.

Change-Id: I1d16e535ae50a06a8792e1613bb6b6c4647bf128
2013-10-09 14:57:54 +03:00

9 lines
195 B
Plaintext

[database]
connection={{tuskar.db}}
[heat_keystone]
username = {{tuskar.user}}
tenant_name = {{tuskar.tenant_name}}
password = {{tuskar.password}}
auth_url = http://{{keystone.host}}:35357/v2.0