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
This commit is contained in:
Alexey Deryugin 2016-06-09 12:59:44 +03:00
parent 130f2b5836
commit f41c081a2d
1 changed files with 1 additions and 1 deletions

View File

@ -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,