mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
bug 5190: updating the command list
This commit is contained in:
parent
bbdc135c12
commit
0af7ad934b
@ -213,9 +213,11 @@ registerPreallocatedLun=com.cloud.server.api.commands.RegisterPreallocatedLunCmd
|
||||
deletePreallocatedLun=com.cloud.server.api.commands.DeletePreallocatedLunCmd;1
|
||||
listPreallocatedLuns=com.cloud.api.commands.ListPreallocatedLunsCmd;1
|
||||
|
||||
|
||||
#### vm group commands
|
||||
createInstanceGroup=com.cloud.api.commands.CreateVMGroupCmd;15
|
||||
deleteInstanceGroup=com.cloud.api.commands.DeleteVMGroupCmd;15
|
||||
updateInstanceGroup=com.cloud.api.commands.UpdateVMGroupCmd;15
|
||||
listInstanceGroups=com.cloud.api.commands.ListVMGroupsCmd;15
|
||||
|
||||
### Certificate commands
|
||||
updateCustomCertificate=com.cloud.api.commands.UpdateCertificateCmd;15
|
||||
@ -9115,7 +9115,7 @@ public class ManagementServerImpl implements ManagementServer {
|
||||
@Override
|
||||
public boolean updateCertificate(String certificatePath)
|
||||
{
|
||||
return _certDao.persistCustomCertToDb(certificatePath);
|
||||
return _certDao.persistCustomCertToDb(certificatePath );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user