python-openstackclient/releasenotes/notes/bug-1564460-ab7ad35c02392cb4.yaml
Richard Theis a90c824e04 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
2016-04-18 13:35:38 -05:00

10 lines
450 B
YAML

---
fixes:
- Fixed the ``--route`` option on the ``router set`` command
which did not properly format the new routes to set resulting
in a ``Bad Request`` error. In addition, the ``router create``,
``router list`` and ``router show`` command output for routes
was fixed to improve readability and to align with the
``--route`` option on the ``router set`` command.
[Bug `1564460 <https://bugs.launchpad.net/bugs/1564460>`_]