summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRichard Theis <rtheis@us.ibm.com>2016-04-05 13:27:42 -0500
committerRichard Theis <rtheis@us.ibm.com>2016-04-18 13:35:38 -0500
commita90c824e0407f931b5c45df53103b43aa564de12 (patch)
tree2a11f8529ecac6a14516c9013625de1a8912e272 /releasenotes
parente3a6fc27b0cfc9b82801e13d61c2fad3a09bf6b1 (diff)
downloadpython-openstackclient-a90c824e0407f931b5c45df53103b43aa564de12.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1564460-ab7ad35c02392cb4.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1564460-ab7ad35c02392cb4.yaml b/releasenotes/notes/bug-1564460-ab7ad35c02392cb4.yaml
new file mode 100644
index 00000000..54b9bdd7
--- /dev/null
+++ b/releasenotes/notes/bug-1564460-ab7ad35c02392cb4.yaml
@@ -0,0 +1,9 @@
+---
+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>`_]