Comment 10 for bug 1519503

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

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

commit 6158ebb0e02ca2b796df973e71c6a7d5e829c959
Author: Tang Chen <email address hidden>
Date: Mon Dec 14 16:33:49 2015 +0800

    Router: Add "router create" command using SDK

    This patch adds "router create" command to osc using sdk.

    NOTE: Test for --project needs support for fake identity client v2 and v3.
          These tests will be added in other patches.
    NOTE: external_gateway_info and routes are not supported to be passed to
          create command now. They will be supported in another tow patches.
    NOTE: Creating a ha router is not supported for now. Will support it in
          another patch.

    Change-Id: I7642295d27c27dd498331ae1da1c293706d8f6af
    Implements: blueprint neutron-client
    Partial-bug: #1519503