From d1b6cd492b014b7a71f9c156d0656fbb61afd871 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Sun, 24 Feb 2019 01:49:40 +0100 Subject: [PATCH] Change keystone v2.0 url to v3 Change-Id: Ia7f38bf45d124c3435f641b5ce4ba29c89b7abf9 --- examples/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/site.pp b/examples/site.pp index df5a3220..185bb634 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' }