Loading cloudcontrol/server/allocator.py +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ class SatisfyRiskGroups(Filter): hv = set('id=%s' % vm['p'] for vm in vms) # Generate the TQL matching this list of hv: hv_tql = '&'.join(hv) hv_tql = '|'.join(hv) # Generate the list of tags to show on this list of hv: hv_tql_show = '' Loading Loading
cloudcontrol/server/allocator.py +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ class SatisfyRiskGroups(Filter): hv = set('id=%s' % vm['p'] for vm in vms) # Generate the TQL matching this list of hv: hv_tql = '&'.join(hv) hv_tql = '|'.join(hv) # Generate the list of tags to show on this list of hv: hv_tql_show = '' Loading