Ensure that Heat role works with multiple Keystone back-ends

Currently when multiple Keystone Domain-specific Back-ends are
configured the Heat role fails as it can't find the user
'stack_domain_admin'.

This patch ensures that the User's domain is always specified
and can therefore be found, ensuring that the Heat role
execution succeeds.

Change-Id: I480dc7774e5a9e015026288efe6ab326860c884f
This commit is contained in:
Jesse Pretorius 2016-01-17 21:16:58 +00:00
parent 8829c1d1a3
commit accd3c02a9

View File

@ -91,6 +91,7 @@
add \
--user {{ heat_stack_domain_admin }} \
--domain {{ heat_stack_user_domain_name }} \
--user-domain {{ heat_stack_user_domain_name }} \
admin
tags:
- heat-domain