Merge "Change keystone v2.0 to v3"

This commit is contained in:
Zuul 2019-02-25 18:42:48 +00:00 committed by Gerrit Code Review
commit 1aa85c54f7
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'
}