This is an automated email from the ASF dual-hosted git repository.
rafael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new 521e71f createNetworkACL: number has the wrong doc (#2484)
521e71f is described below
commit 521e71fbeb35f591df5752271c3714c8e556864a
Author: Yoan Blanc <[email protected]>
AuthorDate: Tue Mar 13 15:42:42 2018 +0100
createNetworkACL: number has the wrong doc (#2484)
Signed-off-by: Yoan Blanc <[email protected]>
---
.../apache/cloudstack/api/command/user/network/CreateNetworkACLCmd.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/api/src/main/java/org/apache/cloudstack/api/command/user/network/CreateNetworkACLCmd.java
b/api/src/main/java/org/apache/cloudstack/api/command/user/network/CreateNetworkACLCmd.java
index 00c81a7..2b2a3c6 100644
---
a/api/src/main/java/org/apache/cloudstack/api/command/user/network/CreateNetworkACLCmd.java
+++
b/api/src/main/java/org/apache/cloudstack/api/command/user/network/CreateNetworkACLCmd.java
@@ -77,7 +77,7 @@ public class CreateNetworkACLCmd extends BaseAsyncCreateCmd {
@Parameter(name = ApiConstants.TRAFFIC_TYPE, type = CommandType.STRING,
description = "the traffic type for the ACL," + "can be ingress or egress,
defaulted to ingress if not specified")
private String trafficType;
- @Parameter(name = ApiConstants.NUMBER, type = CommandType.INTEGER,
description = "The network of the VM the ACL will be created for")
+ @Parameter(name = ApiConstants.NUMBER, type = CommandType.INTEGER,
description = "The number of the ACL item, its ordering")
private Integer number;
@Parameter(name = ApiConstants.ACTION, type = CommandType.STRING,
description = "scl entry action, allow or deny")
--
To stop receiving notification emails like this one, please contact
[email protected].