Reviewed: https://review.openstack.org/330672 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ce01ef30e32feff289474047808220f61fbfff16 Submitter: Jenkins Branch: master
commit ce01ef30e32feff289474047808220f61fbfff16 Author: Matthew Edmonds <[email protected]> Date: Thu Jun 16 12:14:42 2016 -0400 fix errors in revert resize api docs The revert resize action's documentation appears to have been copied from the documentation for confirm resize, and missed replacing the word 'confirm' with 'revert' in one case. This fixes that. It also gives incorrect information about the states involved through the revert process. This also corrects that. Change-Id: Ib2436da238a4a7b71454ecfee81ede4054b3018e Closes-Bug: #1593295 ** Changed in: nova Status: In Progress => 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/1593295 Title: incorrect nova api documentation for revert resize Status in OpenStack Compute (nova): Fix Released Bug description: The API documentation for revert resize here: http://developer.openstack.org/api-ref/compute/?expanded=revert- resized-server-revertresize-action-detail#revert-resized-server- revertresize-action makes several statements which appear to have been incorrect copies of statements for the confirm resize API. E.g.: "You can only confirm the resized server where the status is VERIFY_RESIZE and the vm_status is RESIZED." and possibly also: "If the server status remains RESIZED, the request failed. Ensure you meet the preconditions and run the request again. If the request fails again, investigate the compute back end." since I hope you can revert a resize that never actually made it to status RESIZED, in which case there should be more to it than that. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1593295/+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

