python-openstackclient/releasenotes/notes/bug-volume-list-with-project-2dc867c5e8346a66.yaml
jiahui.qiang 51ea68ae94 Fix filter error in os volume list
This patch fixed a bug of unable to filter volume list by '--project',
'--user' in "openstack volume list".
Modify uint test for 'volume list' to check parameter of list method.

Change-Id: I1fc4296c4c7eca0f7a803dbfd5e15e3bc0d6403f
2017-01-09 00:03:11 +08:00

6 lines
141 B
YAML

---
fixes:
- |
Fix a bug of unable to filter volume list by ``--project``
and ``--user`` options in the ``openstack volume list``.