Remove hardcoded API version from auth_url for ceilometer
Stop using ceilometer legacy keystone loader and switch to keystone auth plugin. Change-Id: Ieea6d46cd86f3138295670935c7f4e09fcc12d17
This commit is contained in:
parent
e5d6e6b6c0
commit
7be5332b08
@ -71,7 +71,7 @@ class openstack_integration::ceilometer {
|
||||
class { '::ceilometer::agent::polling': }
|
||||
class { '::ceilometer::agent::auth':
|
||||
auth_password => 'a_big_secret',
|
||||
auth_url => "${::openstack_integration::config::keystone_auth_uri}/v2.0",
|
||||
auth_url => $::openstack_integration::config::keystone_auth_uri,
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user