diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-05-03 12:54:58 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-05-03 12:54:58 +0000 |
| commit | bf9b0e5ff4b56c73a603e9cd63565ff99a40ae83 (patch) | |
| tree | 996cf36dede1ada08bbd8bac7767c34c8e88bb21 /releasenotes/notes | |
| parent | b33ee3daf6eebc74fb176b1f2d8018e0e2214377 (diff) | |
| parent | a90c824e0407f931b5c45df53103b43aa564de12 (diff) | |
| download | python-openstackclient-bf9b0e5ff4b56c73a603e9cd63565ff99a40ae83.tar.gz | |
Merge "Fix router set --route option"
Diffstat (limited to 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/bug-1564460-ab7ad35c02392cb4.yaml | 9 |
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>`_] |
