fix the build

This commit is contained in:
Edison Su 2011-11-08 19:11:36 -08:00
parent 592483f7df
commit 4f263a56b2
3 changed files with 2 additions and 14 deletions

View File

@ -147,7 +147,7 @@ public class AsyncJobResponse extends BaseResponse {
this.jobInstanceId.setTableName("vm_template");
} else {
// TODO : when we hit here, we need to add instanceType -> UUID entity table mapping
assert(false);
//assert(false);
}
}
}

View File

@ -106,6 +106,7 @@ public class SystemVmResponse extends BaseResponse {
@SerializedName("activeviewersessions") @Param(description="the number of active console sessions for the console proxy system vm")
private Integer activeViewerSessions;
@SerializedName("objectId") @Param(description="the object id")
private Long objectId;
public Long getObjectId() {

View File

@ -23,16 +23,3 @@ addTrafficMonitor=com.cloud.api.commands.AddTrafficMonitorCmd;1
deleteTrafficMonitor=com.cloud.api.commands.DeleteTrafficMonitorCmd;1
listTrafficMonitors=com.cloud.api.commands.ListTrafficMonitorsCmd;1
####Netapp integration commands
createVolumeOnFiler=com.cloud.api.commands.netapp.CreateVolumeOnFilerCmd;15
destroyVolumeOnFiler=com.cloud.api.commands.netapp.DestroyVolumeOnFilerCmd;15
listVolumesOnFiler=com.cloud.api.commands.netapp.ListVolumesOnFilerCmd;15
createLunOnFiler=com.cloud.api.commands.netapp.CreateLunCmd;15
destroyLunOnFiler=com.cloud.api.commands.netapp.DestroyLunCmd;15
listLunsOnFiler=com.cloud.api.commands.netapp.ListLunsCmd;15
associateLun=com.cloud.api.commands.netapp.AssociateLunCmd;15
dissociateLun=com.cloud.api.commands.netapp.DissociateLunCmd;15
createVolumePool=com.cloud.api.commands.netapp.CreateVolumePoolCmd;15
deleteVolumePool=com.cloud.api.commands.netapp.DeleteVolumePoolCmd;15
modifyVolumePool=com.cloud.api.commands.netapp.ModifyVolumePoolCmd;15
listVolumePools=com.cloud.api.commands.netapp.ListVolumePoolsCmd;15