diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-05 23:06:42 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-05 23:06:42 +0000 |
commit | 57ba68a7959c6d3ffccedee38fc488e5cf7d1d48 (patch) | |
tree | f647ad2343a875eab875d7001cffd69c4128226b /manifests | |
parent | 87a5491525e411830b086ab37c9d8de224c33330 (diff) | |
parent | 15c7d4b0af09f3240c23c11c31c67b52a220d0f3 (diff) |
Merge "Explicitly use Keystone v2 endpoint in the UI"
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/ui.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ui.pp b/manifests/ui.pp index 3f6d37a..dc51bfc 100644 --- a/manifests/ui.pp +++ b/manifests/ui.pp @@ -72,7 +72,7 @@ class tripleo::ui ( $servername = $::fqdn, $bind_host = undef, $ui_port = 3000, - $keystone_url = hiera('keystone::endpoint::public_url'), + $keystone_url = hiera('keystone_auth_uri_v2'), $heat_url = hiera('heat::keystone::auth::public_url', undef), $ironic_url = hiera('ironic::keystone::auth::public_url', undef), $mistral_url = hiera('mistral::keystone::auth::public_url', undef), |