Give all VDIs a reasonable name-label and name-description
Add image id to cached glance images as well as disk type so it's easy to see if a VDI is an os, swap or ephemeral disk. Change-Id: I7c1e21e26a98bd38898483f4230ede3099c6099d
This commit is contained in:
@@ -250,6 +250,9 @@ class FakeSessionForVMTests(fake.SessionBase):
|
||||
def VDI_set_name_label(self, session_ref, vdi_ref, name_label):
|
||||
pass
|
||||
|
||||
def VDI_set_name_description(self, session_ref, vdi_ref, name_description):
|
||||
pass
|
||||
|
||||
|
||||
class FakeSessionForFirewallTests(FakeSessionForVMTests):
|
||||
""" Stubs out a XenApi Session for doing IPTable Firewall tests """
|
||||
|
||||
Reference in New Issue
Block a user