bug 6806: changing the 'iso' to 'ISO' in all the error messages being thrown back from the API

status 6806: resolved fixed
This commit is contained in:
root 2010-11-01 11:10:44 -07:00
parent bee976b5f5
commit fe46ddfd63
1 changed files with 2 additions and 0 deletions

View File

@ -723,6 +723,8 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, VirtualM
response.setName(volume.getName());
response.setVolumeType(volume.getVolumeType().toString());
response.setResponseName(cmmd.getName());
if(volume.getDeviceId() != null)
response.setDeviceId(volume.getDeviceId());
return response;
} else {