Skip to content
Snippets Groups Projects
Commit 6db59a18 authored by Anael Beutot's avatar Anael Beutot
Browse files

Update tag value for vm state.

parent 54ffe037
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment