diff --git a/examples/site.pp b/examples/site.pp index 44857e2e..374abe74 100644 --- a/examples/site.pp +++ b/examples/site.pp @@ -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' }