mirror of https://github.com/apache/cloudstack.git
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:
parent
bee976b5f5
commit
fe46ddfd63
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue