Comment 10 for bug 1543672

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

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

commit 359dfa1a06683354ace568c78706e3d0a6372c14
Author: Tang Chen <email address hidden>
Date: Thu Feb 25 16:35:57 2016 +0800

    Support "network create" command in nova network

    This patch only provide network name and subnet setting for
    "network create" command.

    The other options, such as --project which depends on
    identity v2 or v3, will make the unit tests too complicated.
    So I prefer to implement them in other patches.

    Change-Id: I9ec93f0af813c8fae4170c36e16bbe8f0f53cbb6
    Partial-Bug: 1543672