mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
DeployVMCmd: Remove @ACL on ipToNetwork map to avoid NPE
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
66430c9745
commit
99a04a416c
@ -146,7 +146,6 @@ public class DeployVMCmd extends BaseAsyncCreateCmd {
|
||||
"Mutually exclusive with securitygroupids parameter")
|
||||
private List<String> securityGroupNameList;
|
||||
|
||||
@ACL(checkKeyAccess=true)
|
||||
@Parameter(name = ApiConstants.IP_NETWORK_LIST, type = CommandType.MAP,
|
||||
description = "ip to network mapping. Can't be specified with networkIds parameter." +
|
||||
" Example: iptonetworklist[0].ip=10.10.10.11&iptonetworklist[0].networkid=uuid - requests to use ip 10.10.10.11 in network id=uuid")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user