Comment 2 for bug 1206993

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

Reviewed: https://review.openstack.org/39527
Committed: http://github.com/openstack/nova/commit/39e2318eb483ca853bb479435a2941f9d69021c1
Submitter: Jenkins
Branch: master

commit 39e2318eb483ca853bb479435a2941f9d69021c1
Author: Matt Riedemann <email address hidden>
Date: Tue Jul 30 23:24:10 2013 -0700

    Remove redundant _create_instance method from test_compute

    The _create_instance method in test_compute.BaseTestCase simply calls
    through to _create_fake_instance, so it's redundant. Furthermore, the
    docstring was wrong, it said it returned a UUID when it really returned
    the instance reference. This patch simply removes _create_instance and
    replaces it's usage with _create_fake_instance.

    Fixes bug 1206993

    Change-Id: I3fc42c94691cd0d046f19cdf2110a95b9a125edd