From f41c081a2d85fd14317075d61d01d9143042ef12 Mon Sep 17 00:00:00 2001 From: Alexey Deryugin Date: Thu, 9 Jun 2016 12:59:44 +0300 Subject: [PATCH] Use versionless keystone endpoint for horizon According to horizon patch https://review.openstack.org/#/c/321640/, horizon now supports versionless keystone endpoint, so we need to use versionless endpoint for testing. Change-Id: Ia176f507f703189caf89371179dd77bc17704e1c Depends-On: I01120db7cdf31e82c1da45545009df101f69f128 --- manifests/horizon.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/horizon.pp b/manifests/horizon.pp index ad2bc0340..076794cbf 100644 --- a/manifests/horizon.pp +++ b/manifests/horizon.pp @@ -36,7 +36,7 @@ class openstack_integration::horizon { horizon_cert => $::openstack_integration::params::cert_path, horizon_key => "/etc/openstack-dashboard/ssl/private/${::fqdn}.pem", horizon_ca => $::openstack_integration::params::ca_bundle_cert_path, - keystone_url => "${::openstack_integration::config::keystone_auth_uri}/v3", + keystone_url => $::openstack_integration::config::keystone_auth_uri, # need to disable offline compression due to # https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1424042 compress_offline => false,