Merge "Deploy Sahara with unversioned endpoints"

This commit is contained in:
Zuul 2019-02-05 11:13:28 +00:00 committed by Gerrit Code Review
commit 76769643ca
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ class packstack::keystone::sahara ()
$sahara_protocol = 'http'
$sahara_host = hiera('CONFIG_KEYSTONE_HOST_URL')
$sahara_port = '8386'
$sahara_url = "${sahara_protocol}://${sahara_host}:$sahara_port/v1.1/%(tenant_id)s"
$sahara_url = "${sahara_protocol}://${sahara_host}:$sahara_port"
class { '::sahara::keystone::auth':
password => hiera('CONFIG_SAHARA_KS_PW'),