summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
Diffstat (limited to 'nova')
-rw-r--r--nova/rpc/impl_fake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/rpc/impl_fake.py b/nova/rpc/impl_fake.py
index 6e4d2f6ec..44567d6f9 100644
--- a/nova/rpc/impl_fake.py
+++ b/nova/rpc/impl_fake.py
@@ -174,6 +174,6 @@ def fanout_cast(context, topic, msg):
for consumer in CONSUMERS.get(topic, []):
try:
- consumer.call(context, method, args)
+ consumer.call(context, method, args, None)
except rpc_common.RemoteError:
pass