Comment 4 for bug 1470051

Revision history for this message
Akihiro Motoki (amotoki) wrote :

It seems you are talking about the neutronclient options.
In the FWaaS API, there is no definition in "any".

In neutronclient code (fw/firewallrule.py), there is the following code:

        protocol = parsed_args.protocol
        if protocol == 'any':
            protocol = None

Thus, this bug report is related to neutronclient side.