Commit 2a534e62 by tarokkk

one: Changed restart occi param

parent 8ffc02f0
......@@ -497,7 +497,7 @@ class Instance(models.Model):
def poweroff(self):
self._change_state("POWEROFF")
def restart(self):
self._change_state("RESTART")
self._change_state("RESET")
def save_as(self):
"""
Save image and shut down.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment