summaryrefslogtreecommitdiff
path: root/api-guide/source
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-03-04 14:04:35 +0000
committerGerrit Code Review <review@openstack.org>2019-03-04 14:04:35 +0000
commitc7db20d140eb0d3ccf0fd107eda7e80275bdd7d4 (patch)
treee50daad0233e09e13b6e45bb630f1bbb5f9ff14f /api-guide/source
parent1893a700ce8743788fc786d73f7d4109bcf5b325 (diff)
parent5fdcb2ca4913f9813b50162131188a7520b41bd6 (diff)
downloadnova-c7db20d140eb0d3ccf0fd107eda7e80275bdd7d4.tar.gz
Merge "Remove wrong description for auto resize confirm"
Diffstat (limited to 'api-guide/source')
-rw-r--r--api-guide/source/server_concepts.rst12
1 files changed, 3 insertions, 9 deletions
diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst
index a4a7acb6fd..882fea05e1 100644
--- a/api-guide/source/server_concepts.rst
+++ b/api-guide/source/server_concepts.rst
@@ -466,9 +466,9 @@ Server actions
flavor, in essence, scaling the server up or down. The original
server is saved for a period of time to allow rollback if there is a
problem. All resizes should be tested and explicitly confirmed, at
- which time the original server is removed. All resizes are
- automatically confirmed after 24 hours if you do not confirm or
- revert them.
+ which time the original server is removed. The resized server may be
+ automatically confirmed based on the administrator's configuration of
+ the deployment.
Confirm resize action will delete the old server in the virt layer.
The spawned server in the virt layer will be used from then on.
@@ -476,12 +476,6 @@ Server actions
spawned in the virt layer and revert all changes. The original server
will be used from then on.
- Also, there is a periodic task configured by configuration option
- resize_confirm_window(in seconds), if this value is not 0, nova compute
- will check whether the server is in resized state longer than
- value of resize_confirm_window, it will automatically confirm the resize
- of the server.
-
- **Pause**, **Unpause**
You can pause a server by making a pause request. This request stores