diff --git a/lib/constants.py b/lib/constants.py index ebeeb70a1f1e3d59ebcdb3d06281c1bc97041f26..69049ccebfc670201e062e5ff99ed57c82b16eee 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -276,10 +276,16 @@ HVS_PARAMETERS = frozenset([ ]) # BE parameter names -BE_MEMSIZE = "memory" +BE_MEMORY = "memory" BE_VCPUS = "vcpus" BE_AUTOBALANCE = "auto_balance" +BES_PARAMETERS = frozenset([ + BE_MEMORY, + BE_VCPUS, + BE_AUTOBALANCE, + ]) + # BE GROUP BEGR_DEFAULT = "default"