Commit f9167199 authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: directly search follow_up value on parent Compute Node

parent da3a193d
......@@ -7,7 +7,7 @@ assert project_uid
compute_partition = None
filter_kw_copy = filter_kw.copy()
query_kw = {
'follow_up__uid': project_uid,
'parent__follow_up__uid': project_uid,
'software_release_url': software_release_url,
'portal_type': 'Compute Partition',
}
......
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