Change keystone v2.0 url to v3

Change-Id: Ia7f38bf45d124c3435f641b5ce4ba29c89b7abf9
This commit is contained in:
Tobias Urdin 2019-02-24 01:49:40 +01:00
parent 0ad4f6296d
commit d1b6cd492b
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ node default {
# Set common auth parameters used by all agents (compute/central)
class { '::ceilometer::agent::auth':
auth_url => 'http://localhost:5000/v2.0',
auth_url => 'http://localhost:5000/v3',
auth_password => 'tralalerotralala'
}