Loading cloudcontrol/node/hypervisor/domains/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ class VirtualMachine(object): def state(self, value): self._state = value self.tags['status'].update_value() self.tags['vncport'].update_value() @property def lv_dom(self): Loading Loading
cloudcontrol/node/hypervisor/domains/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ class VirtualMachine(object): def state(self, value): self._state = value self.tags['status'].update_value() self.tags['vncport'].update_value() @property def lv_dom(self): Loading