diff options
| author | Sandy Walsh <sandy@sandywalsh.com> | 2012-02-07 20:59:04 -0800 |
|---|---|---|
| committer | Sandy Walsh <sandy@sandywalsh.com> | 2012-02-21 12:03:08 -0800 |
| commit | 8d758d4dbe194b4608af34c3ca6520d620d3cdc3 (patch) | |
| tree | 2b8df65807a472263c278cdbeffce8d3941450eb /nova/tests | |
| parent | adaf9049c8fb3652c0962909a3c835e1724d8a17 (diff) | |
Scheduler notifications added.
Re-added lost fake virt hypervisor info (required for local dev).
Added multiple exchange topic support to RabbitNotifier.
Change-Id: I33cc9076ee35061c21852cabba3275006fc87b86
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/test_notifier.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
