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:
parent
130f2b5836
commit
f41c081a2d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user