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:
Emilien Macchi 2017-01-03 11:09:22 -05:00
parent ddd5a3d20e
commit bdc77a2d66

View File

@ -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': }