Commit 9666cac7 authored by Łukasz Nowak's avatar Łukasz Nowak

Fixup state name.

parent 280d1221
......@@ -164,11 +164,11 @@ else:\n
hosting_subscription_predecessor_list.append(request_software_instance.getRelativeUrl())\n
hosting_subscription.setPredecessorList(hosting_subscription_predecessor_list)\n
\n
if hosting_subscription.getSlapState() == \'started\':\n
if hosting_subscription.getSlapState() == \'start_requested\':\n
request_software_instance.startRequested()\n
if not new_one:\n
request_software_instance.activate(after_tag=tag).requestStartComputerPartition()\n
elif hosting_subscription.getSlapState() == \'stopped\':\n
elif hosting_subscription.getSlapState() == \'stop_requested\':\n
request_software_instance.stopRequested()\n
if not new_one:\n
request_software_instance.activate(after_tag=tag).requestStopComputerPartition()\n
......
710
\ No newline at end of file
711
\ 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