summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorDaniel Speichert <Daniel_Speichert@comcast.com>2017-11-14 11:14:11 -0500
committerDean Troyer <dtroyer@gmail.com>2017-12-11 18:07:45 -0600
commit116526275d0953fda93c7ff8eacd8631c5af68d5 (patch)
tree5c0747110151b19fb365b1ee4fe7adfc72c91f2e /releasenotes/notes
parent4742d4df7089cd10d03635a1b3dbca9e7e80b1cc (diff)
downloadpython-openstackclient-116526275d0953fda93c7ff8eacd8631c5af68d5.tar.gz
Send 'changes-since' instead of 'changes_since' query parameter
Per API reference, only 'changes-since' is accepted and the variant with underscore is ignored, making the CLI functionality broken. [dtroyer] added release note and fixed unit tests. Change-Id: I0c596531a8af03da17d5ce39d75b12e941403aa5 Closes-Bug: 1732216
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bug-1732216-b41bfedebff911e1.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1732216-b41bfedebff911e1.yaml b/releasenotes/notes/bug-1732216-b41bfedebff911e1.yaml
new file mode 100644
index 00000000..d792f25a
--- /dev/null
+++ b/releasenotes/notes/bug-1732216-b41bfedebff911e1.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Fix the operation of the ``--changes-since`` option to the ``server list`` command.
+ [Bug `1732216 <https://bugs.launchpad.net/python-openstackclient/+bug/1732216>`_]