Comment 3 for bug 1708637

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

Reviewed: https://review.openstack.org/490814
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=13f52d443ed2a5154c9b10ee19ea5aed8205e37b
Submitter: Jenkins
Branch: master

commit 13f52d443ed2a5154c9b10ee19ea5aed8205e37b
Author: Balazs Gibizer <email address hidden>
Date: Fri Aug 4 09:30:38 2017 +0200

    Test resize with too big flavor

    This test tries to resize to a flavor that requests more VCPU than
    what the compute hosts has available and expect the resize to fail.
    However placement returns no allocation candidate and the scheduler
    falls back to the legacy filtering. As CoreFilter is not enabled the
    filtering result in hosts selected without enough VCPU resource.

    This is a test for an open bug therefore it asserts the wrong behavior
    but it has the proper assert commented out.

    Related-bug: #1708637
    Change-Id: Ibd7f695d51b1f8497ca492968c7e5c69ada0a85c