Deploy Sahara with unversioned endpoints

Sahara supports unversioned endpoint also for the current API v1.1,
and deploying with unversioned endpoints is a better setting
if people want to use both API v1.1 and the (soon-stable) API v2
at the same time.
See https://review.openstack.org/#/c/582285/ for more details.

Closes-Bug: #1782147
Change-Id: Iab7db3d03a63c2a21c63fcb34e8322ec58a94a02
This commit is contained in:
Luigi Toscano 2019-01-24 12:02:28 +01:00
parent 926bc175be
commit 05f0ec3f1f
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'),