Deploy Keystone versionless endpoints
With the move to Keystone v3 API, let's use versionless endpoints for Keystone, so Keystone v3 API will be picked by default. Change-Id: I50b6c7a1ebb99fda9d372e172440fe716af6fe85
This commit is contained in:
parent
762ef85aa8
commit
213e11b47e
@ -98,6 +98,7 @@ class openstack_integration::keystone (
|
||||
default_domain => $default_domain,
|
||||
public_url => $::openstack_integration::config::keystone_auth_uri,
|
||||
admin_url => $::openstack_integration::config::keystone_admin_uri,
|
||||
version => '',
|
||||
}
|
||||
class { '::keystone::disable_admin_token_auth': }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user