Comment 1 for bug 1794663

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-troveclient (master)

Reviewed: https://review.openstack.org/605597
Committed: https://git.openstack.org/cgit/openstack/python-troveclient/commit/?id=84b1b0ae6255bf35e02d4659336f40bf30250b07
Submitter: Zuul
Branch: master

commit 84b1b0ae6255bf35e02d4659336f40bf30250b07
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: I37be4911d4dda1529e2550344a912e0aa3c50558
    Closes-Bug: #1794663