Comment 20 for bug 1519512

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

Reviewed: https://review.openstack.org/300593
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=3a3f33b9265b63b681727f220d26286c763e67e3
Submitter: Jenkins
Branch: master

commit 3a3f33b9265b63b681727f220d26286c763e67e3
Author: Richard Theis <email address hidden>
Date: Thu Mar 31 16:19:20 2016 -0500

    Add network options to security group rule create

    Add the following network options to the "os security group rule"
    command:
      (1) --ingress and --egress
      (2) --ethertype
    These options enable egress and IPv6 security group rules for
    Network v2.

    Change-Id: Ie30b5e95f94e0c087b0ce81e518de72d2dda25ad
    Partial-Bug: #1519512
    Implements: blueprint neutron-client