From 2465fd6c74966737f4283b57ad37466ec7367837 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 21 Jun 2016 11:30:10 -0400 Subject: [PATCH] Update Aodh parameters Change-Id: I294952c1c93eb335c595c04a603b973627754e2b Depends-On: I32bc862b2d8f654ba5696e5267fdd5d1d6dda6e0 --- manifests/aodh.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/aodh.pp b/manifests/aodh.pp index b5ca990c1..5566c0ab0 100644 --- a/manifests/aodh.pp +++ b/manifests/aodh.pp @@ -55,11 +55,11 @@ class openstack_integration::aodh { password => 'a_big_secret', } class { '::aodh::api': - enabled => true, - keystone_password => 'a_big_secret', - keystone_identity_uri => $::openstack_integration::config::keystone_admin_uri, - keystone_auth_uri => $::openstack_integration::config::keystone_admin_uri, - service_name => 'httpd', + enabled => true, + keystone_password => 'a_big_secret', + keystone_auth_url => $::openstack_integration::config::keystone_admin_uri, + keystone_auth_uri => $::openstack_integration::config::keystone_admin_uri, + service_name => 'httpd', } include ::apache class { '::aodh::wsgi::apache':