Change keystone v2.0 to v3
Change-Id: Ic526953e2096149a3d580cf7dabf961fe8357569
This commit is contained in:
parent
4212800852
commit
049b28dff5
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user