From 116526275d0953fda93c7ff8eacd8631c5af68d5 Mon Sep 17 00:00:00 2001 From: Daniel Speichert Date: Tue, 14 Nov 2017 11:14:11 -0500 Subject: 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 --- releasenotes/notes/bug-1732216-b41bfedebff911e1.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/bug-1732216-b41bfedebff911e1.yaml (limited to 'releasenotes') 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 `_] -- cgit v1.2.1