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
This commit is contained in:
Takashi Kajinami 2022-06-17 17:03:00 +09:00
parent d99611d3fc
commit 20f5556777

View File

@ -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']