Comment 4 for bug 1572062

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

Reviewed: https://review.openstack.org/307698
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=dcd14adb61b018501f3c0525ecfd7c13535cf386
Submitter: Jenkins
Branch: master

commit dcd14adb61b018501f3c0525ecfd7c13535cf386
Author: Jens Rosenboom <email address hidden>
Date: Tue Apr 19 12:35:17 2016 +0200

    Avoid unconditional warnings in nova-consoleauth

    With the introduction of oslo_cache, there is no feedback anymore about
    whether set()ting a cache item was successful, so we stop generating
    warnings about this all the time.

    Change-Id: I2ca0cdd3dd30498a23da2ef4f352afd199496862
    Partial-Bug: 1572062