← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1702728] Re: Scheduler hints are not properly disabled (Launch instance)

 

Reviewed:  https://review.openstack.org/482682
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=e742950da140fa12d078b495a2b8da64c64bd142
Submitter: Zuul
Branch:    master

commit e742950da140fa12d078b495a2b8da64c64bd142
Author: Mathieu Gagné <mgagne@xxxxxxxx>
Date:   Tue Jul 11 15:48:19 2017 -0400

    Remove the errored steps after they all responded
    
    Removing steps during the initial loop could cause some issues and race
    conditions.
    
    This change makes it so the steps are filtered out after they all responded.
    Since it waits for the global resolve to moves on, this change should not
    make anything slower.
    
    Closes-bug: #1702728
    Change-Id: Iabfdd3445117b898251782969c3d915b802f440e


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1702728

Title:
  Scheduler hints are not properly disabled (Launch instance)

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  We disabled the "enable_scheduler_hints" in the
  "LAUNCH_INSTANCE_DEFAULTS" of our local_settings.py and sometimes the
  step is still visible from the launch instance modal.

  It looks like a race condition where the settings aren't loaded in
  time before the modal shows up. Opening the modal after the settings
  have correctly resolve prevent this error from happening, so it makes
  this problem appears only on the first opening of the modal.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1702728/+subscriptions


References