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:
Emilien Macchi 2017-02-24 12:50:19 -05:00
parent 762ef85aa8
commit 213e11b47e

View File

@ -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': }