Merge "horizon: trigger _member_ role creation in Keystone"

This commit is contained in:
Zuul 2018-02-08 04:17:41 +00:00 committed by Gerrit Code Review
commit 73caf28aa9
2 changed files with 7 additions and 0 deletions

View File

@ -166,3 +166,5 @@ outputs:
dport:
- 80
- 443
keystone:
keystone_enable_member: true

View File

@ -0,0 +1,5 @@
---
fixes:
- |
When Horizon is enabled, the _member_ Keystone role will now be created.
(`bug 1741066 <https://bugs.launchpad.net/tripleo/+bug/1741066>`__).