Comment 49 for bug 1082248

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

Reviewed: https://review.openstack.org/399448
Committed: https://git.openstack.org/cgit/openstack/python-mistralclient/commit/?id=84a549116709827180353782d11b1c9a257ddd8d
Submitter: Jenkins
Branch: master

commit 84a549116709827180353782d11b1c9a257ddd8d
Author: Sharat Sharma <email address hidden>
Date: Fri Nov 18 14:21:55 2016 +0530

    Replace uuid4() with generate_uuid() from oslo_utils

    UUID can be generated using uuid4() as well as
    uuidutils.generate_utils(). Since we are using the latter in the
    Mistral code, we shall maintain the same on the client as well.

    Change-Id: I65c27bb6253cecc80bd538ba6d59022141d22b6c
    Closes-Bug: #1082248