Comment 7 for bug 1758057

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

Reviewed: https://review.openstack.org/567191
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d27d8e44a3845349990fca81de805538f01480bf
Submitter: Zuul
Branch: master

commit d27d8e44a3845349990fca81de805538f01480bf
Author: rajat29 <email address hidden>
Date: Wed May 9 16:15:20 2018 +0530

    Normalize dashless 'resource provider create' uuid

    When creating resource provider with '--uuid' argument, nova
    accept uuid without dash('-') too, which some time results in,
    resource provider with same uuid i.e one with dash and one without.

    This patch attempts to fix it by transforming dashless UUID into
    dashed one before inserting it into the database.

    Co-Authored-By: Chen <email address hidden>

    Change-Id: I2685eb65907adbd22b2d09264b110692e100eaf9
    Closes-Bug: #1758057