Comment 2 for bug 1606020

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

Reviewed: https://review.openstack.org/346910
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=14f7b015eaf888458833aee0c77fc70fb4749818
Submitter: Jenkins
Branch: master

commit 14f7b015eaf888458833aee0c77fc70fb4749818
Author: Luis Daniel Castellanos <email address hidden>
Date: Mon Jul 25 10:57:30 2016 -0500

    Fix for cinder api memoize issue

    cinder api (api/cinder.py) cinderclient returns an
    UnashableKeyWarning for client api_version param.

    This patch fixes the bug by removing the api_version param from the
    memoized with request function.

    Change-Id: I11f3ca8642fb746bd725f059f089f9b3900c6f66
    Closes-Bug: #1606020