mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4998: fix assignVM response
This commit is contained in:
parent
b80242c2dc
commit
ca5e7e380b
|
|
@ -39,7 +39,7 @@ import com.cloud.uservm.UserVm;
|
|||
public class AssignVMCmd extends BaseCmd {
|
||||
public static final Logger s_logger = Logger.getLogger(AssignVMCmd.class.getName());
|
||||
|
||||
private static final String s_name = "moveuservmresponse";
|
||||
private static final String s_name = "assignvirtualmachineresponse";
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
//////////////// API parameters /////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue