Unexpected keyword argument exception when 'openstack database flavor list'
Bug #1794663 reported by
Yotaro Konishi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-troveclient |
Fix Released
|
Undecided
|
Yotaro Konishi |
Bug Description
Currently 'openstack database flavor list' fails as following:
$ openstack database flavor list --datastore-type postgresql --datastore-
> list_datastore_
Changed in python-troveclient: | |
assignee: | nobody → Yotaro Konishi (konishi-yotaro) |
status: | New → In Progress |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/605597 /git.openstack. org/cgit/ openstack/ python- troveclient/ commit/ ?id=84b1b0ae625 5bf35e02d465933 6f40bf30250b07
Committed: https:/
Submitter: Zuul
Branch: master
commit 84b1b0ae6255bf3 5e02d4659336f40 bf30250b07
Author: Yotaro Konishi <email address hidden>
Date: Thu Sep 27 15:41:38 2018 +0900
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: I37be4911d4dda1 529e2550344a912 e0aa3c50558
Closes-Bug: #1794663