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:
parent
8829c1d1a3
commit
accd3c02a9
@ -91,6 +91,7 @@
|
|||||||
add \
|
add \
|
||||||
--user {{ heat_stack_domain_admin }} \
|
--user {{ heat_stack_domain_admin }} \
|
||||||
--domain {{ heat_stack_user_domain_name }} \
|
--domain {{ heat_stack_user_domain_name }} \
|
||||||
|
--user-domain {{ heat_stack_user_domain_name }} \
|
||||||
admin
|
admin
|
||||||
tags:
|
tags:
|
||||||
- heat-domain
|
- heat-domain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user