]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Change keystone v2.0 url to v3
authorTobias Urdin <tobias.urdin@binero.se>
Sun, 24 Feb 2019 00:49:40 +0000 (01:49 +0100)
committerTobias Urdin <tobias.urdin@binero.se>
Sun, 24 Feb 2019 00:49:40 +0000 (01:49 +0100)
Change-Id: Ia7f38bf45d124c3435f641b5ce4ba29c89b7abf9

examples/site.pp

index df5a3220b6a75cda2e4e2e6b85148d7f01c8faf2..185bb634d2dff9fcd1ab26da72d77bd68bc07c97 100644 (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'
   }