python-openstackclient/releasenotes/notes/bug-1732216-b41bfedebff911e1.yaml
Daniel Speichert 116526275d 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
2017-12-11 18:07:45 -06:00

6 lines
191 B
YAML

---
fixes:
- |
Fix the operation of the ``--changes-since`` option to the ``server list`` command.
[Bug `1732216 <https://bugs.launchpad.net/python-openstackclient/+bug/1732216>`_]