diff options
author | Giulio Fidente <gfidente@redhat.com> | 2015-08-11 00:06:17 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-08-18 17:55:03 +0200 |
commit | 55a1a0f38817b0bece8e2aabd6f6ae104f710c44 (patch) | |
tree | 2f452eda7642bb0e01397d230354b8447e108107 /puppet/hieradata | |
parent | 91af5ac557564648378dab150e4537da166fd286 (diff) |
Enable Keystone notifications
This change enables Keystone notifications and adds two parameters
to control the notification driver and format.
Change-Id: I23ac3c46ee9eb49523d3b8dab027ef21fc6e42df
Diffstat (limited to 'puppet/hieradata')
-rw-r--r-- | puppet/hieradata/common.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/hieradata/common.yaml b/puppet/hieradata/common.yaml index ab88a69a..455f7f22 100644 --- a/puppet/hieradata/common.yaml +++ b/puppet/hieradata/common.yaml @@ -33,3 +33,4 @@ neutron::rabbit_heartbeat_timeout_threshold: 60 cinder::rabbit_heartbeat_timeout_threshold: 60 ceilometer::rabbit_heartbeat_timeout_threshold: 60 heat::rabbit_heartbeat_timeout_threshold: 60 +keystone::rabbit_heartbeat_timeout_threshold: 60 |