From 8d758d4dbe194b4608af34c3ca6520d620d3cdc3 Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Tue, 7 Feb 2012 20:59:04 -0800 Subject: Scheduler notifications added. Re-added lost fake virt hypervisor info (required for local dev). Added multiple exchange topic support to RabbitNotifier. Change-Id: I33cc9076ee35061c21852cabba3275006fc87b86 --- nova/tests/test_notifier.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nova/tests') diff --git a/nova/tests/test_notifier.py b/nova/tests/test_notifier.py index be6c483e2..3eeb864cb 100644 --- a/nova/tests/test_notifier.py +++ b/nova/tests/test_notifier.py @@ -88,8 +88,8 @@ class NotifierTestCase(test.TestCase): def test_rabbit_priority_queue(self): self.stubs.Set(nova.flags.FLAGS, 'notification_driver', 'nova.notifier.rabbit_notifier') - self.stubs.Set(nova.flags.FLAGS, 'notification_topic', - 'testnotify') + self.stubs.Set(nova.flags.FLAGS, 'notification_topics', + ['testnotify', ]) self.test_topic = None -- cgit