Merge "Simplify how ephemeral disks are created and named."
This commit is contained in:
@@ -2295,6 +2295,9 @@ class LibvirtConnTestCase(test.TestCase):
|
||||
self.stubs.Set(imagebackend.Image,
|
||||
'cache',
|
||||
fake_none)
|
||||
self.stubs.Set(libvirt_driver.LibvirtDriver,
|
||||
'_create_ephemeral',
|
||||
fake_none)
|
||||
|
||||
conn.spawn(self.context, instance, None, [], 'herp',
|
||||
network_info=network_info)
|
||||
|
||||
Reference in New Issue
Block a user