Comment 5 for bug 1519503

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

Reviewed: https://review.openstack.org/256309
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=3278b3a022c34b1abe28e1ed7b16ed60a059a441
Submitter: Jenkins
Branch: master

commit 3278b3a022c34b1abe28e1ed7b16ed60a059a441
Author: Tang Chen <email address hidden>
Date: Sat Dec 12 10:28:48 2015 +0800

    Router: Add "router list" command using SDK

    Add "router list" command. It takes one "--long" option.

    By default, the command will print router id, name, status,
    admin state up, distributed, ha and project id.

    With "--long" option, it will also print routes and
    external gateway info.

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