Revert "Simplify how ephemeral disks are created and named."

This reverts commit e28d7870fa8633fddd5fe92d2fbcc34ae392bd85.

This needs another attempt. Associated with bug 1087028.

Change-Id: I5822b8934d4a944299ef32960bc56718193c32c3
This commit is contained in:
Michael Still
2012-12-11 11:08:51 +11:00
parent 466dd78419
commit 5d2af6b4e6

View File

@@ -2318,9 +2318,6 @@ 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)