Comment 2 for bug 1712242

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

Reviewed: https://review.openstack.org/512113
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=82f45d9bd203aee77914c1f9e300f7dbedf673c8
Submitter: Zuul
Branch: master

commit 82f45d9bd203aee77914c1f9e300f7dbedf673c8
Author: Daniel Speichert <email address hidden>
Date: Sun Oct 15 16:35:37 2017 -0400

    Allow creating security rules without protocol

    In order to create a rule for any protocol, the client
    must not specify the protocol in the API call. This
    is currently impossible because protocol defaults to TCP.

    In order not to change the default behavior, a "new" protocol
    name is added: "any", which makes this CLI skip sending the
    protocol field altogether.

    Change-Id: I58853d3745f3631007e5e9780c0c5c2526b730a3
    Closes-Bug: 1712242