--changes-since is sending changes_since instead of changes-since
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Fix Released |
Undecided |
Unassigned | ||
Bug Description
`openstack server list --changes-since 2017-11- 13T16:13: 37Z`
is sending a query like:
GET /v2.1/b07d26889 98e4a1c8alsk687 76babfdd/ servers/ detail? changes_ since=2017- 11-13T16% 3A13%3A37Z
note that "changes_since" has underscore.
Per https:/ /developer. openstack. org/api- ref/compute/ #list-servers, the valid query parameter is "changes-since" with a dash instead of underscore.
Obviously that makes this CLI parameter broken.