Change keystone v2.0 to v3

Change-Id: Ic526953e2096149a3d580cf7dabf961fe8357569
This commit is contained in:
Tobias Urdin 2019-02-24 13:57:27 +01:00
parent 4212800852
commit 049b28dff5
1 changed files with 3 additions and 3 deletions

View File

@ -24,14 +24,14 @@ class { '::trove':
class { '::trove::api':
bind_host => '10.0.0.1',
auth_url => 'https://identity.openstack.org:5000/v2.0',
auth_url => 'https://identity.openstack.org:5000/v3',
keystone_password => 'verysecrete'
}
class { '::trove::conductor':
auth_url => 'https://identity.openstack.org:5000/v2.0'
auth_url => 'https://identity.openstack.org:5000/v3'
}
class { '::trove::taskmanager':
auth_url => 'https://identity.openstack.org:5000/v2.0'
auth_url => 'https://identity.openstack.org:5000/v3'
}