Fix global properties handling
API name isn't 'mgmt.global.*' - discussed options are 'mgmt.global.property.*' or 'mgmt.property.*'. Lets settle on the former. QubesOS/qubes-issues#853
This commit is contained in:
parent
4ffd44da49
commit
69396040fd
@ -107,7 +107,7 @@ class QubesBase(qubesmgmt.base.PropertyHolder):
|
||||
domains = None
|
||||
|
||||
def __init__(self):
|
||||
super(QubesBase, self).__init__(self, 'mgmt.global.', 'dom0')
|
||||
super(QubesBase, self).__init__(self, 'mgmt.global.property.', 'dom0')
|
||||
self.domains = VMCollection(self)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user