From: Tobias Urdin Date: Sun, 24 Feb 2019 00:49:40 +0000 (+0100) Subject: Change keystone v2.0 url to v3 X-Git-Tag: 14.3.0~1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d1b6cd492b014b7a71f9c156d0656fbb61afd871;p=puppet-modules%2Fpuppet-ceilometer.git Change keystone v2.0 url to v3 Change-Id: Ia7f38bf45d124c3435f641b5ce4ba29c89b7abf9 --- diff --git a/examples/site.pp b/examples/site.pp index df5a322..185bb63 100644 --- a/examples/site.pp +++ b/examples/site.pp @@ -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' }