mirror of https://github.com/apache/cloudstack.git
Change for Bug 3316 - manual live migration
The MigrateVMCmd response should be in all small case.
This commit is contained in:
parent
ed9a11c6b6
commit
402f275a9f
|
|
@ -39,7 +39,7 @@ import com.cloud.uservm.UserVm;
|
|||
public class MigrateVMCmd extends BaseAsyncCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(MigrateVMCmd.class.getName());
|
||||
|
||||
private static final String s_name = "migrateVirtualMachine";
|
||||
private static final String s_name = "migratevirtualmachineresponse";
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
//////////////// API parameters /////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue