Commit 68e1266a authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed IsVmUnique from default allocation filters

parent 5f233cdd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]