From 20f555677789493b4ce2cc483a1d021bf5cd6ac9 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 17 Jun 2022 17:03:00 +0900 Subject: [PATCH] Revert "Disable vitrage in scenario001" This reverts commit efb639110040eb376ce7d21b1cd29e77a7fd560b. Reason for revert: The required change[1] in puppet-vitrage has been merged. [1] https://review.opendev.org/534215 Change-Id: Ie229c83c9147887d23a80bc41171ceed141f0d71 --- fixtures/scenario001.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/scenario001.pp b/fixtures/scenario001.pp index 765309569..f0dd94cea 100644 --- a/fixtures/scenario001.pp +++ b/fixtures/scenario001.pp @@ -31,7 +31,7 @@ case $::osfamily { } 'RedHat': { $ipv6 = true - $enable_vitrage = false + $enable_vitrage = true $om_rpc = 'amqp' $om_notify = 'rabbit' $notification_topics = ['notifications', 'vitrage_notifications']