Comment 19 for bug 1518338

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

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

commit 548d72779b12295d972e9b4b352a904aa990ea20
Author: Lianhao Lu <email address hidden>
Date: Wed Jan 27 11:50:49 2016 +0000

    Added original_resource_id field into resource

    When creating new resource, gnocchi will automatically change the
    resource id if it's not in UUID format. This patch adds a new field
    original_resource_id into resource to store the original id which the
    user submitted in the resource post request.

    Change-Id: I2577bddfec9846101fa6240cfbd1c0178ab8ced4
    Partial-Bug: #1518338