Comment 24 for bug 1519511

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

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

commit a7c76878da02da406c9ccbcd62cc40def1108faa
Author: Richard Theis <email address hidden>
Date: Fri Mar 11 08:11:12 2016 -0600

    Add project options to security group create

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

    Change-Id: I9e1667080a1a49389d51ade2e76a08b08a09870b
    Closes-Bug: #1519511
    Implements: blueprint neutron-client