summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorVishakha Agarwal <agarwalvishakha18@gmail.com>2018-10-19 12:29:00 +0530
committerDean Troyer <dtroyer@gmail.com>2018-11-08 11:19:24 -0600
commit0d764cdb5a1f9a8b113721634fcc8948ddd82c8d (patch)
treec2867b89c23f45210e0eee283b77e8dfca559d63 /releasenotes/notes
parent02f492ae4cc52ed2642f42bc0c1e5e417ebfe527 (diff)
downloadpython-openstackclient-3.17.0.tar.gz
Add project param in LimitList parser3.17.0
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
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bug-1798744-5512256baf4dc633.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1798744-5512256baf4dc633.yaml b/releasenotes/notes/bug-1798744-5512256baf4dc633.yaml
new file mode 100644
index 00000000..1dd01ba0
--- /dev/null
+++ b/releasenotes/notes/bug-1798744-5512256baf4dc633.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - Add ``--project`` option to ``limit list`` command.
+ [Bug `1798744 <https://bugs.launchpad.net/python-openstackclient/+bug/1798744>`_]