summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-02-20 07:02:42 +0000
committerGerrit Code Review <review@openstack.org>2013-02-20 07:02:42 +0000
commit7a4f3c19fd1c80da2fc341303f94a1adcb8143dc (patch)
tree86ea122ed3c3bb8dcdc9b501ecd0715b52e873e8 /nova/tests
parent6d0ed8f86fbaa7c52e66a1d335dcf063232de8dd (diff)
parent86e6f34eca14b8271a974f06bff7be179449c90b (diff)
Merge "Add support for instance disk IO control."
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/fake_imagebackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/fake_imagebackend.py b/nova/tests/fake_imagebackend.py
index c284a5042..48426505e 100644
--- a/nova/tests/fake_imagebackend.py
+++ b/nova/tests/fake_imagebackend.py
@@ -41,7 +41,7 @@ class Backend(object):
pass
def libvirt_info(self, disk_bus, disk_dev, device_type,
- cache_mode):
+ cache_mode, extra_specs):
info = config.LibvirtConfigGuestDisk()
info.source_type = 'file'
info.source_device = device_type