Files
python-openstackclient/releasenotes/notes/bug-1798744-5512256baf4dc633.yaml
Vishakha Agarwal 0d764cdb5a Add project param in LimitList parser
when doing openstack limit list --project xyz_id,
CLI raising error unrecognized arguments, whereas
in api-ref document [1], user can pass project_id
as query param.This addresses the above issue, by
adding param --project in parser of LimitList.

[1] https://developer.openstack.org/api-ref/identity/v3/index.html

Change-Id: If4644cc99a3803f61f4a688b828aeb73977fc0dd
Closes-Bug: #1798744
2018-11-08 11:19:24 -06:00

5 lines
156 B
YAML

---
features:
- Add ``--project`` option to ``limit list`` command.
[Bug `1798744 <https://bugs.launchpad.net/python-openstackclient/+bug/1798744>`_]