Comment 3 for bug 1544586

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

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

commit 3d741d3757b1c41201fe72f604ab8c35547c8cc0
Author: Tang Chen <email address hidden>
Date: Mon Mar 7 20:48:03 2016 +0800

    [Subnet pool] Add 'subnet pool create' command support

    This patch supports creating a new subnet pool,
    with pool prefixes, default prefix length, minimum
    prefix length, and maximum prefix length specified.

    Change-Id: I9150797c8cfa794d5264ad07965aa967d9a8f5bc
    Partial-Bug: #1544586
    Related-to: blueprint neutron-client