summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-05-03 12:54:58 +0000
committerGerrit Code Review <review@openstack.org>2016-05-03 12:54:58 +0000
commitbf9b0e5ff4b56c73a603e9cd63565ff99a40ae83 (patch)
tree996cf36dede1ada08bbd8bac7767c34c8e88bb21 /releasenotes/notes
parentb33ee3daf6eebc74fb176b1f2d8018e0e2214377 (diff)
parenta90c824e0407f931b5c45df53103b43aa564de12 (diff)
downloadpython-openstackclient-bf9b0e5ff4b56c73a603e9cd63565ff99a40ae83.tar.gz
Merge "Fix router set --route option"
Diffstat (limited to 'releasenotes/notes')
-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>`_]