You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "German Germanovich (JIRA)" <ji...@apache.org> on 2014/02/04 16:42:09 UTC

[jira] [Closed] (CLOUDSTACK-6010) [createPortForwardingRule] fails with error 'Message: Parameter cidrList is deprecated...'

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-6010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

German Germanovich closed CLOUDSTACK-6010.
------------------------------------------


@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)