summaryrefslogtreecommitdiffstats
path: root/nova/fakerabbit.py
diff options
context:
space:
mode:
authorSoren Hansen <soren@linux2go.dk>2011-03-14 14:21:44 +0100
committerSoren Hansen <soren@linux2go.dk>2011-03-14 14:21:44 +0100
commit04838ee14d0ac6df0052fba465cdf7f765c66ae5 (patch)
treebbb4422e623d93da0a3c234cf75ef894934ee954 /nova/fakerabbit.py
parentc8fc7ed48be84e3b39ab88c8c103fbe52b6718e1 (diff)
parent3fb5da952e041f88a29ad0b049c52236b84954e9 (diff)
downloadnova-04838ee14d0ac6df0052fba465cdf7f765c66ae5.tar.gz
nova-04838ee14d0ac6df0052fba465cdf7f765c66ae5.tar.xz
nova-04838ee14d0ac6df0052fba465cdf7f765c66ae5.zip
Merge trunk
Diffstat (limited to 'nova/fakerabbit.py')
-rw-r--r--nova/fakerabbit.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/fakerabbit.py b/nova/fakerabbit.py
index dd82a9366..a7dee8caf 100644
--- a/nova/fakerabbit.py
+++ b/nova/fakerabbit.py
@@ -48,7 +48,6 @@ class Exchange(object):
nm = self.name
LOG.debug(_('(%(nm)s) publish (key: %(routing_key)s)'
' %(message)s') % locals())
- routing_key = routing_key.split('.')[0]
if routing_key in self._routes:
for f in self._routes[routing_key]:
LOG.debug(_('Publishing to route %s'), f)