horizon: trigger _member_ role creation in Keystone

The role is needed when Horizon is deployed, let's create it.

Depends-On: I5272f1fc199772043db48d29b0ea99a8bfff4ed5
Change-Id: I81b56071b620f5193fe187300be247c271739333
Closes-Bug: #1741066
This commit is contained in:
Emilien Macchi 2018-02-06 07:06:01 -08:00
parent bf1678ef46
commit 52ac3b33f3
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>`__).