aodh: don't hardcode keystone endpoint version
In service credentials, don't hardcode keystone endpoint version so it will use keystone v3. Change-Id: I7a334c07e03a24fcc6113c09e78409176cfd7683
This commit is contained in:
parent
ddd5a3d20e
commit
bdc77a2d66
@ -76,7 +76,7 @@ class openstack_integration::aodh {
|
|||||||
workers => 2,
|
workers => 2,
|
||||||
}
|
}
|
||||||
class { '::aodh::auth':
|
class { '::aodh::auth':
|
||||||
auth_url => "${::openstack_integration::config::keystone_auth_uri}/v2.0",
|
auth_url => $::openstack_integration::config::keystone_auth_uri,
|
||||||
auth_password => 'a_big_secret',
|
auth_password => 'a_big_secret',
|
||||||
}
|
}
|
||||||
class { '::aodh::client': }
|
class { '::aodh::client': }
|
||||||
|
Loading…
Reference in New Issue
Block a user