Comment 9 for bug 1217212

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-neutronclient (master)

Reviewed: https://review.openstack.org/44200
Committed: http://github.com/openstack/python-neutronclient/commit/f208a893c880b6ef5209b4a13290451bb2328904
Submitter: Jenkins
Branch: master

commit f208a893c880b6ef5209b4a13290451bb2328904
Author: Rajesh Mohan <email address hidden>
Date: Thu Aug 29 17:57:44 2013 -0700

    Allow 'any' option for protocol in the firewall rule

    Closes-Bug: #1217212

    The current allowed values for
    protocol are tcp, udp and icmp. Adding
    'any' as allowed option. Since the
    API expects 'None' value for 'any',
    the 'create' and 'update' changes the
    args to 'None' when 'any' is set.

    Change-Id: I33cdf62244f2217379c40a8cd4c776382935ef17