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 protected]> 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 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1738537 Title: Unable to use @memoized cache when calling nova get_microversion function Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Env: devstack master branch Description: When Clicking angular create instances button and view the console, the following info will appear: UnhashableKeyWarning: The key ((<weakref at 0x7febb81180a8; to 'WSGIRequest' at 0x7feba969f3d0>, [u'instance_description']), ()) is not hashable and cannot be memoized. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1738537/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

