Comment 2 for bug 1564460

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

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

commit a90c824e0407f931b5c45df53103b43aa564de12
Author: Richard Theis <email address hidden>
Date: Tue Apr 5 13:27:42 2016 -0500

    Fix router set --route option

    Fix the "--route" option on the "os router set" command. The
    option did not properly format the new routes to set which
    resulted in a "HttpException: Bad Request" error. In addition,
    the output for routes was fixed to improve readability and to
    align with the "--route" option on the "os router set" command.

    Change-Id: I9c514153ec201e2feae32be6dd281771e3298b9c
    Closes-Bug: #1564460