diff options
author | Steven Hardy <shardy@redhat.com> | 2016-10-13 19:00:09 +0100 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2016-10-14 13:29:15 +0000 |
commit | 4e98b29572c9cfad837c6a367e4a187bd2cb7d5f (patch) | |
tree | 14d6e9af50d9069e9235c31deb41a78fdb6d3d17 /puppet/services | |
parent | 1753b19a08efa5d6d859cf9096acd014cb6b91c9 (diff) |
Pass heat domain admin password to keystone
This is needed to create the user/domain/project in the
keystone profile on whatever role is running the keystone service.
Change-Id: I115ead005974080e0a35e3675d9b37828c8934b1
Closes-Bug: #1631130
Depends-On: Ib088a572b384b479f51d56555734d78ab840a1f3
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/heat-engine.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/services/heat-engine.yaml b/puppet/services/heat-engine.yaml index 24c36362..20415eef 100644 --- a/puppet/services/heat-engine.yaml +++ b/puppet/services/heat-engine.yaml @@ -103,3 +103,6 @@ outputs: heat::db::mysql::allowed_hosts: - '%' - "%{hiera('mysql_bind_host')}" + keystone: + # This is needed because the keystone profile handles creating the domain + heat::keystone::domain::domain_password: {get_param: HeatStackDomainAdminPassword} |