Comment 5 for bug 1612136

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

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

commit 66a04abd581e03e5e71a6b755e1b4dce1856ef41
Author: Nguyen Phuong An <email address hidden>
Date: Tue Aug 16 15:07:01 2016 +0700

    Add security groups options to "port create/set/unset"

    This patch adds '--security-group' and '--no-security-group'
    options to "port create", "port set" and "port unset" commands.

    Change-Id: Iff60d8f29227017b0a3966efca6cdecba69abcea
    Partial-Bug: #1612136
    Partially-Implements: blueprint network-commands-options