Commit 6db59a18 authored by Anael Beutot's avatar Anael Beutot
Browse files

Update tag value for vm state.

parent 54ffe037
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -63,8 +63,7 @@ class VirtualMachine(object):
    @state.setter
    def state(self, value):
        self._state = value
        # TODO tag announcement
        self.tags['status'].value = value
        self.tags['status'].update_value()

    @property
    def lv_dom(self):