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:
Koushik Das 2017-01-10 16:08:59 +05:30
parent bc86baeaa0
commit 44a5965248
1 changed files with 1 additions and 1 deletions

View File

@ -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