Comment 11 for bug 1606647

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

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

commit 24b23954035a5a1bde03c2dd968ec930afe1a55a
Author: Ed Leafe <email address hidden>
Date: Fri Jan 5 19:10:43 2018 +0000

    Fix invalid UUIDs in test_compute.py

    There were many places in test_compute.py that used plain strings where
    the object was expecting a UUID, which caused lots of warning output
    when running the tests. This patch replaces all such usages with proper
    UUIDs.

    Partial-Bug: #1606647

    Change-Id: Ie3c4b3eea25f0f50d301b3a529ab836e7f789104