Incorrect help text for 'limit' option
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-novaclient |
Fix Released
|
Medium
|
Diana Clarke | ||
Newton |
Fix Committed
|
Medium
|
Diana Clarke |
Bug Description
The keypair, hypervisor, and flavor CLIs all incorrectly say that they support a special -1 case for the 'limit' parameter. I suspect this was just copied from the servers help text by mistake.
- Maximum number of flavors to display. If limit == -1, all flavors will be displayed. If limit is bigger than 'osapi_max_limit' option of Nova API, limit 'osapi_max_limit' will be used instead.
- Maximum number of hypervisors to display. If limit == -1, all hypervisors will be displayed. If limit is bigger than 'osapi_max_limit' option of Nova API, limit 'osapi_max_limit' will be used instead.
- Maximum number of keypairs to display. If limit == -1, all keypairs will be displayed. If limit is bigger than 'osapi_max_limit' option of Nova API, limit 'osapi_max_limit' will be used instead.
Changed in python-novaclient: | |
assignee: | nobody → Diana Clarke (diana-clarke) |
Changed in python-novaclient: | |
importance: | Undecided → Medium |
Fix proposed to branch: stable/newton /review. openstack. org/403928
Review: https:/