Comment 8 for bug 1379451

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

Reviewed: https://review.openstack.org/128056
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0eb7f36cfc1cdb65bbb482d3760961e417ccd2d8
Submitter: Jenkins
Branch: master

commit 0eb7f36cfc1cdb65bbb482d3760961e417ccd2d8
Author: Russell Bryant <email address hidden>
Date: Thu Oct 9 18:08:52 2014 +0000

    Minor refactor of _setup_instance_group()

    This patch is a minor refactoring of the _setup_instance_group()
    method in the filter scheduler. The majority of the method was inside
    of a conditional. This primarily reverses that and reduces the
    nesting depth used. There should be no functional changes at all in
    this patch.

    Change-Id: Iab4d63200653a4320c91dc1356091ff9d961cafd
    Related-bug: #1379451