[
https://issues.apache.org/jira/browse/CLOUDSTACK-6010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
German Germanovich resolved CLOUDSTACK-6010.
--------------------------------------------
Resolution: Not A Problem
@Override
public void create() {
// cidr list parameter is deprecated
if (cidrlist != null) {
throw new InvalidParameterValueException("Parameter cidrList is
deprecated; if you need to open firewall rule for the specific cidr, please
refer to createFirewallRule command");
}
> [createPortForwardingRule] fails with error 'Message: Parameter cidrList is
> deprecated...'
> ------------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-6010
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6010
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: API
> Affects Versions: 4.0.0
> Reporter: German Germanovich
>
> When sending cidrlist(example - '10.1.1.1/24') to createPortForwardingRule it
> failed with exception:
> 'Parameter cidrList is deprecated; if you need to open firewall rule for the
> specific cidr, please refer to createFirewallRule command.'
> Whether it is possible to create rule for specific cidr through
> createPortForwardingRule?
> On earlier version(2.2.8) it works fine.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)