Loading cloudcontrol/server/allocator.py +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ class SatisfyRiskGroups(Filter): class Allocator(object): BASE_TARGET_TQL = 'r=hv' DEFAULT_FILTERS = [IsAllocatable, TargetFilter, IsVmUnique, IsConnected, DEFAULT_FILTERS = [IsAllocatable, TargetFilter, IsConnected, SatisfyRiskGroups, HaveEnoughCPU, HaveEnoughMemory, HaveEnoughStorage] Loading Loading
cloudcontrol/server/allocator.py +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ class SatisfyRiskGroups(Filter): class Allocator(object): BASE_TARGET_TQL = 'r=hv' DEFAULT_FILTERS = [IsAllocatable, TargetFilter, IsVmUnique, IsConnected, DEFAULT_FILTERS = [IsAllocatable, TargetFilter, IsConnected, SatisfyRiskGroups, HaveEnoughCPU, HaveEnoughMemory, HaveEnoughStorage] Loading