Comment 44 for bug 1617918

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

Reviewed: https://review.openstack.org/413017
Committed: https://git.openstack.org/cgit/openstack/gnocchi/commit/?id=ad4b851c7fbf4b914d1c2b6c55957d4315423326
Submitter: Jenkins
Branch: master

commit ad4b851c7fbf4b914d1c2b6c55957d4315423326
Author: Julien Danjou <email address hidden>
Date: Mon Dec 19 12:18:09 2016 +0100

    rest: string → UUID conversion for resource.id to be unique per user

    This changes the UUID5 based mechanism so it depends on the user trying
    to CRUD the resource. This makes sure that when using this kind of
    transformation, the resource id is converted to a unique id for the
    user, while preventing conflicting if every user wants to create a
    "foobar" resource.

    Change-Id: Iebaf3b9f8e0a198af0156008710e0c1253dc5f9d
    Closes-Bug: #1617918