yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #08045
[Bug 1267294] [NEW] Change default value of resize_confirm_window to -1
Public bug reported:
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
** Affects: nova
Importance: Undecided
Assignee: Jay Lau (jay-lau-513)
Status: New
** Changed in: nova
Assignee: (unassigned) => Jay Lau (jay-lau-513)
--
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):
New
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
Follow ups
References