mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix a bug in ListImageStoresCmd when id is passed.
This commit is contained in:
parent
66337e8e9c
commit
bc97dbde52
@ -53,7 +53,7 @@ public class ListImageStoresCmd extends BaseListCmd {
|
|||||||
description="the Zone ID for the image store")
|
description="the Zone ID for the image store")
|
||||||
private Long zoneId;
|
private Long zoneId;
|
||||||
|
|
||||||
@Parameter(name=ApiConstants.ID, type=CommandType.UUID, entityType = StoragePoolResponse.class,
|
@Parameter(name=ApiConstants.ID, type=CommandType.UUID, entityType = ImageStoreResponse.class,
|
||||||
description="the ID of the storage pool")
|
description="the ID of the storage pool")
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user