← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1267294] Re: Change default value of resize_confirm_window to -1

 

** Changed in: nova
       Status: Incomplete => Opinion

** Changed in: nova
   Importance: Undecided => Wishlist

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

Title:
  Change default value of resize_confirm_window to -1

Status in OpenStack Compute (Nova):
  Opinion

Bug description:
  
  Now the default value of resize_confirm_window is 0,  0 means auto confirm was disabled.

  For some cases, admin might want to confirm immediately, but the
  minimum value is 1 which means that we need to wait at least one
  second.

  Also the auto confirm resize logic was in a periodic task, if the
  periodic task interval was 60s, and even if we set
  resize_confirm_window as 1 we might still need to wait 60s before auto
  confirm.

  So we should set the default value of  resize_confirm_window to -1
  which means auto confirm was disabled and 0 means auto confirm
  immediately

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


References