Commit dd08c60b authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: only search Compute Node from the same project

parent 2d22f368
kw['portal_type'] = 'Software Installation'
kw['validation_state'] = 'validated'
kw['url_string'] = context.getUrlString()
kw['follow_up__uid'] = context.getFollowUpUid()
software_installation_list = context.portal_catalog(**kw)
compute_node_list = []
......
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