core: make sure that dom0.libvirt_domain isn't used

libvirt do not have domain object for dom0, so do not try to access it.
This commit is contained in:
Marek Marczykowski-Górecki 2015-04-04 21:49:40 +02:00
parent 4d5df95ae8
commit 7652137854

View File

@ -57,7 +57,7 @@ class QubesAdminVm(QubesNetVm):
@property
def libvirt_domain(self):
return None
raise ValueError("Dom0 do not have libvirt object")
@property
def type(self):