Make heat work

Fix the domain user to point at heat instead of some nonsensenical
value.  Now stack-create works properly.

Change-Id: If2bc57c2516ffe724999515bb6aa3eeb31a0c980
Co-Authored-By: Angus Salkeld <asalkeld@mirantis.com>
Closes-Bug: #1553565
This commit is contained in:
Steven Dake 2016-03-23 23:41:59 -04:00
parent 35fda60255
commit 7524b3770f

View File

@ -9,7 +9,7 @@ heat_waitcondition_server_url = {{ public_protocol }}://{{ kolla_external_fqdn }
stack_domain_admin = heat_domain_admin
stack_domain_admin_password = {{ heat_domain_admin_password }}
stack_user_domain_name = heat_user_domain
stack_user_domain_name = heat
rpc_backend = rabbit
deferred_auth_method = trusts