From efb639110040eb376ce7d21b1cd29e77a7fd560b Mon Sep 17 00:00:00 2001 From: yatin Date: Tue, 16 Jan 2018 18:29:34 +0530 Subject: [PATCH] Disable vitrage in scenario001 Recent merge [1] in vitrage requires change in puppet-vitrage [2]. Let's disable vitrage to get the change in puppet-vitrage merged. [1] https://review.openstack.org/#/c/530650 [2] https://review.openstack.org/#/c/534215/ Change-Id: Iffaeb812199ff56a8bdfb987b9afd503013ea69d --- fixtures/scenario001.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/scenario001.pp b/fixtures/scenario001.pp index 8807be7c2..cca9c3958 100644 --- a/fixtures/scenario001.pp +++ b/fixtures/scenario001.pp @@ -26,7 +26,7 @@ case $::osfamily { } 'RedHat': { $ipv6 = true - $enable_vitrage = true + $enable_vitrage = false $om_rpc = 'amqp' $om_notify = 'rabbit' $notification_topics = ['notifications', 'vitrage_notifications']