summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorYotaro Konishi <konishi.yotaro@jp.fujitsu.com>2018-09-27 15:41:38 +0900
committerYotaro Konishi <konishi.yotaro@jp.fujitsu.com>2018-10-02 16:49:06 +0900
commit84b1b0ae6255bf35e02d4659336f40bf30250b07 (patch)
tree537c7a0f7459d49e2bb7d26559e9b75a68592f28 /releasenotes/notes
parent28e8e72bf4a49c360bbe80591d5e01fc6bb92c1a (diff)
downloadpython-troveclient-84b1b0ae6255bf35e02d4659336f40bf30250b07.tar.gz
Fix wrong keyword arguments
Currently 'openstack database flavor list' command fails when using '--datastore-type' and '--datastore-version-id' options. This change fixes the issue by correcting keyword arguments. This change also adds a test case of listing flavors with the optional arguments. Change-Id: I37be4911d4dda1529e2550344a912e0aa3c50558 Closes-Bug: #1794663
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/fix-wrong-datastore-flavors-args-in-osc-e0322cb5424f8c1b.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-wrong-datastore-flavors-args-in-osc-e0322cb5424f8c1b.yaml b/releasenotes/notes/fix-wrong-datastore-flavors-args-in-osc-e0322cb5424f8c1b.yaml
new file mode 100644
index 0000000..b1781e8
--- /dev/null
+++ b/releasenotes/notes/fix-wrong-datastore-flavors-args-in-osc-e0322cb5424f8c1b.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ [`bug 1794663 <https://bugs.launchpad.net/python-troveclient/+bug/1794663>`_]
+ Fixed wrong keyword arguments to make ``openstack database flavor list``
+ command work properly with ``--datastore-type`` and
+ ``--datastore-version-id`` options.