'server list --limit -1' fails
Bug #2085093 reported by
Stephen Finucane
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Confirmed
|
Medium
|
Stephen Finucane | ||
Bug Description
After the migration of the 'server list' command to SDK in v6.1.0, the '--limit' option has changed behaviour. Previously results were paged by default and to get the entire list of results you had to padd '--limit -1'. Since the migration, pagination automatically happens and the '-1' value is no longer accepted. We should accept -1 and optionally revert to the previous behaviour.
| Changed in python-openstackclient: | |
| status: | New → Incomplete |
| status: | Incomplete → Confirmed |
| importance: | Undecided → Medium |
| assignee: | nobody → Stephen Finucane (stephenfinucane) |
To post a comment you must log in.