Comment 6 for bug 1524508

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila-ui (stable/liberty)

Reviewed: https://review.openstack.org/256335
Committed: https://git.openstack.org/cgit/openstack/manila-ui/commit/?id=6ea516ecd803ed72de2fa5e6dd3539fcf4c9c22a
Submitter: Jenkins
Branch: stable/liberty

commit 6ea516ecd803ed72de2fa5e6dd3539fcf4c9c22a
Author: mark.sturdevant <email address hidden>
Date: Wed Dec 9 13:35:47 2015 -0800

    Fix call to Client() with 2 api_version args

    The Client() uses api_version as the positional
    parameter, so also sending the api_version as a kwarg
    causes a python error. The log shows this "recoverable"
    error, but the UI becomes unusable.

    Recoverable error: Client() got multiple values for
    keyword argument 'api_version'

    Change-Id: I8c8287899f7659273f6768f3c441aa48904dfc74
    Closes-Bug: #1524508
    (cherry picked from commit 2ec35ef8ff3161c104eee2c5f99efd0c407bbc21)