diff options
author | Luca Lorenzetto <lorenzetto.luca@gmail.com> | 2016-10-14 17:27:44 +0200 |
---|---|---|
committer | John Trowbridge <trown@redhat.com> | 2016-10-14 15:54:57 +0000 |
commit | 74317f2b966d6c91150cb33666be7d15e2b31ffe (patch) | |
tree | abe132f474f04f6997cbabf82eec3e898974aff8 | |
parent | 23dc0914e4d74edc38cd7d765fb3b6fa9dfab18e (diff) |
heat-api-cfn endpoint is created to RegionOne instead of regionOne
When deploying, heat-api-cfn is assigned to RegionOne. This leads to a
bad user experience when logging into horizon, because if RegionOne is
selected by default, the users finds all menus empty (no computing, or
anything else).
Thanks to trown for finding out the issue.
Closes-Bug: 1633524
Change-Id: Ic108280f6b0875ffec10be6f696669962fb82e6b
-rw-r--r-- | puppet/services/heat-api-cfn.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/heat-api-cfn.yaml b/puppet/services/heat-api-cfn.yaml index a47fec5a..1a86ec71 100644 --- a/puppet/services/heat-api-cfn.yaml +++ b/puppet/services/heat-api-cfn.yaml @@ -81,4 +81,4 @@ outputs: heat::keystone::auth_cfn::internal_url: {get_param: [EndpointMap, HeatCfnInternal, uri]} heat::keystone::auth_cfn::admin_url: {get_param: [EndpointMap, HeatCfnAdmin, uri]} heat::keystone::auth_cfn::password: {get_param: HeatPassword} - heat::keystone::auth::region: {get_param: KeystoneRegion} + heat::keystone::auth_cfn::region: {get_param: KeystoneRegion} |