Merge "Change keystone v2.0 url to v3"

This commit is contained in:
Zuul 2019-02-26 01:42:49 +00:00 committed by Gerrit Code Review
commit 61a46adfd3
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'
}