Reviewed: https://review.openstack.org/23637 Committed: http://github.com/openstack/openstack-manuals/commit/264f05128ef3aef68663b8e49bd5bef1de145d90 Submitter: Jenkins Branch: master
commit 264f05128ef3aef68663b8e49bd5bef1de145d90 Author: Michael J Fork <[email protected]> Date: Wed Mar 6 00:54:24 2013 +0000 Update resize confirmation statement to match impl Update the docuemntation for resize to match the actual implementation. The documentation was written before the implementation and has never been accurate, the implementation has always requires an explicit confirmation. fixes bug 1146443 Change-Id: I8aaa7f269682b8e90239069dc1ea69a7a71ca273 ** Changed in: openstack-manuals Status: New => Fix Released -- 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/1146443 Title: Resize states automatically confirmed after 24 hours but default value is disabled Status in OpenStack Compute (Nova): Invalid Status in OpenStack Manuals: Fix Released Bug description: Resize server at http://docs.openstack.org/api/openstack- compute/2/content/Resize_Server-d1e3707.html says " All resizes are automatically confirmed after 24 hours if they are not explicitly confirmed or reverted." however the current impl has the automatically confirmed disabled by default (from https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L146) cfg.IntOpt("resize_confirm_window", default=0, help="Automatically confirm resizes after N seconds. " "Set to 0 to disable."), To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1146443/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

