Commit 24b6bc75 authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: use new related key format

parent a17ec7ee
......@@ -85,7 +85,7 @@ for base_category in compute_node_base_category_list:
if category is None:
query_kw["uid"] = "-1"
else:
query_kw["%s_uid" % base_category] = category.getUid()
query_kw["%s__uid" % base_category] = category.getUid()
extra_query_kw = context.ComputePartition_getCustomAllocationParameterDict(
software_release_url, software_type, software_instance_portal_type,
......
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