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
This commit is contained in:
parent
15750610d6
commit
efb6391100
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user