Comment 21 for bug 1519512

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

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

commit a5a9caea2b06a69953f692289866e59f52d78a4c
Author: Richard Theis <email address hidden>
Date: Mon Apr 4 16:20:20 2016 -0500

    Add project options to security group rule create

    Add the --project and --project-domain options to the
    'os security group rule create' command. These options
    are for Network v2 only.

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