mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9650: Allow starting VMs regardless of cpu/memory cluster.disablethreshold setting
Fixed the scope of configuration flag 'cluster.threshold.enabled' introduced as part of PR#1812 to global
This commit is contained in:
parent
bc86baeaa0
commit
44a5965248
|
|
@ -55,7 +55,7 @@ public interface DeploymentClusterPlanner extends DeploymentPlanner {
|
|||
"true",
|
||||
"Enable/Disable cluster thresholds. If disabled, an instance can start in a cluster even though the threshold may be crossed.",
|
||||
false,
|
||||
ConfigKey.Scope.Zone);
|
||||
ConfigKey.Scope.Global);
|
||||
|
||||
/**
|
||||
* This is called to determine list of possible clusters where a virtual
|
||||
|
|
|
|||
Loading…
Reference in New Issue