Reviewed: https://review.openstack.org/394791 Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=c4aa8e97dfc95a663b2273478ea5105bad5358fd Submitter: Jenkins Branch: master
commit c4aa8e97dfc95a663b2273478ea5105bad5358fd Author: Luong Anh Tuan <[email protected]> Date: Tue Nov 8 13:57:22 2016 +0700 Replaces uuid.uuid4 with uuidutils.generate_uuid() Openstack common has a wrapper for generating uuids.We should use that function when generating uuids for consistency. Change-Id: Ifab42440663323f43a7fdb5abe3887414f60602d Closes-Bug: #1082248 ** Changed in: ironic Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1082248 Title: Use uuidutils instead of uuid.uuid4() Status in Cinder: New Status in OpenStack Dashboard (Horizon): New Status in Ironic: Fix Released Status in ironic-python-agent: In Progress Status in OpenStack Identity (keystone): New Status in kuryr: In Progress Status in kuryr-libnetwork: In Progress Status in Magnum: New Status in Mistral: In Progress Status in Murano: New Status in networking-ovn: In Progress Status in neutron: Fix Released Status in OpenStack Compute (nova): In Progress Status in Sahara: Fix Released Status in senlin: New Status in tacker: In Progress Status in OpenStack DBaaS (Trove): New Bug description: Openstack common has a wrapper for generating uuids. We should only use that function when generating uuids for consistency. To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1082248/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

