summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/virt/fake.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/virt/fake.py b/nova/virt/fake.py
index 4526f0042..c56907175 100644
--- a/nova/virt/fake.py
+++ b/nova/virt/fake.py
@@ -133,13 +133,13 @@ class FakeConnection(object):
"""
return defer.succeed(None)
- def pause(self, instance):
+ def pause(self, instance, callback):
"""
Pause the specified instance.
"""
return defer.succeed(None)
- def unpause(self, instance):
+ def unpause(self, instance, callback):
"""
Unpause the specified instance.
"""