Commit aab8c256 authored by Romain Courteaud's avatar Romain Courteaud

slapos_subscription_request: Subscription COndition uses follow to link to Project

parent 6d6f63de
......@@ -32,7 +32,7 @@ request_kw.update(
sla_xml=subscription_condition.getSlaXml(default_xml).strip(),
shared=bool(subscription_condition.getRootSlave(0)),
state="started",
project_reference=subscription_condition.getSourceProjectReference()
project_reference=subscription_condition.getFollowUpReference()
)
person.requestSoftwareInstance(**request_kw)
......
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