From 4d7efbbed2280f8b722c257361741de233025b05 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 23 Jan 2022 23:42:41 +0900 Subject: [PATCH] Barbican: Consume notifications from keystone Change-Id: Ie836bb7fa8338891784459ea7222c091636ac1d6 --- manifests/barbican.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/barbican.pp b/manifests/barbican.pp index 5f5e8d77c..eceddd7e5 100644 --- a/manifests/barbican.pp +++ b/manifests/barbican.pp @@ -31,7 +31,9 @@ class openstack_integration::barbican { password => 'a_big_secret', } include barbican::quota - include barbican::keystone::notification + class { 'barbican::keystone::notification': + enable_keystone_notification => true, + } class { 'barbican::api::logging': debug => true, }