← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1816859] Re: Server concepts in nova - automatic resize confirm is wrong in docs

 

Reviewed:  https://review.openstack.org/638357
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5fdcb2ca4913f9813b50162131188a7520b41bd6
Submitter: Zuul
Branch:    master

commit 5fdcb2ca4913f9813b50162131188a7520b41bd6
Author: Takashi NATSUME <natsume.takashi@xxxxxxxxxxxxx>
Date:   Thu Feb 21 15:45:34 2019 +0900

    Remove wrong description for auto resize confirm
    
    Remove wrong description for auto resize confirm
    in the API guide.
    Move a description of a configuration option
    'resize_confirm_window' from the API guide
    to the admin configuration guide.
    Add a description of automatic resize confirm
    in the user guide.
    
    Change-Id: If739877422d5743e221c57be53ed877475db0647
    Closes-Bug: #1816859


** 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/1816859

Title:
  Server concepts in nova - automatic resize confirm is wrong in docs

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  - [x] This doc is inaccurate in this way:

  The section on resize:

  https://developer.openstack.org/api-guide/compute/server_concepts.html
  #server-actions

  says:

  "All resizes are automatically confirmed after 24 hours if you do not
  confirm or revert them."

  This is not true because the automatic confirm is based on the
  "resize_confirm_window" configuration option which by default is
  disabled:

  https://docs.openstack.org/nova/latest/configuration/config.html#DEFAULT.resize_confirm_window

  Since the guide already mentions this configuration option it's
  probably best to just remove the sentence about it.

  While we're fixing this, we should probably also avoid calling out the
  config option specifically since it's up to the operator / cloud and
  not the end user about whether or not the resized server is
  automatically confirmed and how long the window is. So we could just
  say, "The resized server may be automatically confirmed based on the
  administrator's configuration of the deployment".

  The place to mention automatically confirming a resized server should
  live in the admin docs:

  https://docs.openstack.org/nova/latest/admin/configuration/resize.html

  -----------------------------------
  Release: 18.1.0.dev1308 on 2019-02-20 16:34:47.409737
  SHA: af78b13c24d4abf393d17ac57e9135204ef12b73
  Source: https://git.openstack.org/cgit/openstack/nova/tree/api-guide/source/server_concepts.rst
  URL: https://developer.openstack.org/api-guide/compute/server_concepts.html

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


References