Commit 7f9976b6 authored by Romain Courteaud's avatar Romain Courteaud

slapos_subscription_request: use source_project instead of follow_up

parent aea2ff0b
......@@ -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.getFollowUpReference()
project_reference=subscription_condition.getSourceProjectReference()
)
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