Comment 11 for bug 1545537

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

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

commit 107bc5164f99ef956d952273235648c7f8f26764
Author: reedip <email address hidden>
Date: Mon Mar 14 15:35:46 2016 +0900

    Add external network options to osc network create

    The following patch adds the options "--external" & "--internal"
    and the suboptions to "external": "--default" & "--no-default",
    to "osc network create" CLI to provide the user an option to create
    a network as an external network.

    Change-Id: Idf73714bb94c0610ea164131140a51848908b00b
    Partial-Bug: #1545537