aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/controller.yaml
diff options
context:
space:
mode:
authorPradeep Kilambi <pkilambi@redhat.com>2016-06-08 18:14:48 -0400
committerPradeep Kilambi <pkilambi@redhat.com>2016-06-08 18:15:41 -0400
commitf3e004ce8380b196d2a250507b3f7ea3093428f3 (patch)
tree7a5aa816099ba854caaa9dc2c6608ee9b0a4ee5d /puppet/controller.yaml
parentf89de8512b39f3fd4af48c4812eea336ea59f02a (diff)
set aodh auth_url explicitly
Aodh puppet module defaults the auth_url to localhost this could cause issues when handling gnocchi* alarms. Fix to set the explicitly in the templates. Closes-bug: #1590589 Change-Id: Ib93a3381f3f24efea6a1cf713171cc1a259ee7d0
Diffstat (limited to 'puppet/controller.yaml')
-rw-r--r--puppet/controller.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/controller.yaml b/puppet/controller.yaml
index 074cb6f1..232a2e99 100644
--- a/puppet/controller.yaml
+++ b/puppet/controller.yaml
@@ -1240,6 +1240,7 @@ resources:
aodh::api::keystone_password: {get_input: aodh_password}
aodh::api::keystone_auth_uri: {get_input: keystone_auth_uri}
aodh::api::keystone_identity_uri: {get_input: keystone_identity_uri}
+ aodh::auth::auth_url: {get_input: keystone_auth_uri}
aodh::auth::auth_password: {get_input: aodh_password}
aodh::db::mysql::password: {get_input: aodh_password}
# for a migration path from ceilometer-alarm to aodh, we use the same database & coordination