Commit 9bae8434 authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: requesting an instance tree need a project reference

parent 5065c452
......@@ -13,5 +13,6 @@ person.requestSoftwareInstance(
software_type=context.getSourceReference(),
instance_xml=instance_xml,
sla_xml=context.getSlaXml(),
shared=context.isRootSlave()
shared=context.isRootSlave(),
project_reference=context.getFollowUpReference()
)
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