Comment 4 for bug 1738537

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

Reviewed: https://review.openstack.org/530482
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=8373701bdf6a69752af60f62f52f538533962fe0
Submitter: Zuul
Branch: master

commit 8373701bdf6a69752af60f62f52f538533962fe0
Author: Akihiro Motoki <email address hidden>
Date: Sat Dec 30 01:58:23 2017 +0900

    Avoid Unhashable warning in api.rest.nova

    A list object is not hashable. We need to pass a tuple object
    which is hashable.

    Change-Id: Iaccd527da65218e46ff8cad8963fd336d0138c25
    Closes-Bug: #1738537