mirror of https://github.com/apache/cloudstack.git
build fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
82d062e3f5
commit
fac62adfe3
|
|
@ -1129,7 +1129,7 @@ public class ConfigurationManagerImpl extends ManagerBase implements Configurati
|
|||
paramCountCheck++;
|
||||
}
|
||||
if (managementServerId != null) {
|
||||
scope = ConfigKey.Scope.ManagementServer.toString();
|
||||
scope = ConfigKey.Scope.ManagementServer;
|
||||
id = managementServerId;
|
||||
paramCountCheck++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue