Comment 6 for bug 1684246

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to gnocchi (stable/3.1)

Reviewed: https://review.openstack.org/458744
Committed: https://git.openstack.org/cgit/openstack/gnocchi/commit/?id=89c9170731de528015c10a3426ea53f188c99705
Submitter: Jenkins
Branch: stable/3.1

commit 89c9170731de528015c10a3426ea53f188c99705
Author: Julien Danjou <email address hidden>
Date: Thu Apr 20 08:45:14 2017 +0200

    Use NULL as creator in ResourceUUID conversion

    In older versions of Gnocchi, the creator could be null. It's unlikely now as
    all auth helper returns a string as creator, but it's still possible in theory.
    This patch uses the NULL string as the creator is it's None (so NULL in SQL).

    Change-Id: Id1faa16512b995fa2cd24ca4bed7912934cb5aad
    Closes-Bug: #1684246
    (cherry picked from commit 75e420673159fcf4a383f130e1652243fccc2b75)