Comment 1 for bug 885349

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/1263
Committed: http://github.com/openstack/nova/commit/057138540df2b067bd3cd2857cceb97d1ecd86d0
Submitter: Jenkins
Branch: master

 status fixcommitted
 done

commit 057138540df2b067bd3cd2857cceb97d1ecd86d0
Author: Chris Behrens <email address hidden>
Date: Wed Nov 2 10:58:45 2011 -0700

    APIs should not wait on scheduler for builds in single zone deployment

    Fixes bug 885349

    We can short circuit waiting on the scheduler if we're in a single zone
    deployment and only building 1 instance. This patch checks for that
    case and creates the instance DB entry directly in the API (in
    compute/api) without the call to the scheduler.

    Change-Id: I98b27156167f057d11fbc56a9ff99d4e2ec423d3