Commit 72e028f2 authored by Anael Beutot's avatar Anael Beutot
Browse files

Update vncport tag when VM state changes.

parent 077e70a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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):