Commit 305e6a50 authored by Romain Courteaud's avatar Romain Courteaud

slapos_pdm: force software change from Upgrade Decision

parent 17bb254a
...@@ -33,7 +33,8 @@ else: ...@@ -33,7 +33,8 @@ else:
instance_xml=instance_tree.getTextContent(), instance_xml=instance_tree.getTextContent(),
sla_xml=instance_tree.getSlaXml(), sla_xml=instance_tree.getSlaXml(),
shared=instance_tree.isRootSlave(), shared=instance_tree.isRootSlave(),
project_reference=instance_tree.getFollowUpReference() project_reference=instance_tree.getFollowUpReference(),
force_software_change=True
) )
upgrade_decision.stop( upgrade_decision.stop(
......
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