summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorjiahui.qiang <jiahui.qiang@easystack.cn>2017-01-05 14:26:16 +0800
committerjiahui.qiang <jiahui.qiang@easystack.cn>2017-01-09 00:03:11 +0800
commit51ea68ae948da5d69b262827961ca9ae9118edbc (patch)
treee3ecf137e0767dac22a9f8657c4575c1990e7424 /releasenotes
parent82e69428f55a24a51965958c90429ca139b6cb50 (diff)
downloadpython-openstackclient-51ea68ae948da5d69b262827961ca9ae9118edbc.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-volume-list-with-project-2dc867c5e8346a66.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-volume-list-with-project-2dc867c5e8346a66.yaml b/releasenotes/notes/bug-volume-list-with-project-2dc867c5e8346a66.yaml
new file mode 100644
index 00000000..f2245201
--- /dev/null
+++ b/releasenotes/notes/bug-volume-list-with-project-2dc867c5e8346a66.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Fix a bug of unable to filter volume list by ``--project``
+ and ``--user`` options in the ``openstack volume list``.