Commit 97b98758 authored by Romain Courteaud's avatar Romain Courteaud

Do not expect automatic status change.

parent 369d86c1
...@@ -61,13 +61,13 @@ else:\n ...@@ -61,13 +61,13 @@ else:\n
return \'Looking for a free partition\'\n return \'Looking for a free partition\'\n
else:\n else:\n
if state == "start_requested":\n if state == "start_requested":\n
return \'Start in progress\' \n return \'Start requested\' \n
elif state == "stop_requested":\n elif state == "stop_requested":\n
return \'Stop in progress\'\n return \'Stop requested\'\n
\n \n
elif state in ["destroy_requested"]:\n elif state in ["destroy_requested"]:\n
if has_partition:\n if has_partition:\n
return \'Destruction in progress\'\n return \'Destruction requested\'\n
else:\n else:\n
return \'Destroyed\'\n return \'Destroyed\'\n
\n \n
......
20 21
\ No newline at end of file \ No newline at end of file
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 to comment