Commit 2e934779 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_subscription_request: Don't proccess if it isn't Ordered anymore

parent c04584a2
if context.getSimulationState() != "ordered":
# Skip if the instance isn't ordered anymore
return
hosting_subscription = context.getAggregateValue()
# Don't request again if it is already requested.
......
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