summaryrefslogtreecommitdiff
path: root/api-ref/source/servers-actions.inc
diff options
context:
space:
mode:
authorKen'ichi Ohmichi <ken-oomichi@wx.jp.nec.com>2017-03-15 18:39:38 -0700
committerKen'ichi Ohmichi <ken-oomichi@wx.jp.nec.com>2017-03-16 11:16:49 -0700
commit095322657df54be1c25dbfea4294596a84bc9a49 (patch)
treee7b8e1b95853cdeb37405e55518aa401235158b0 /api-ref/source/servers-actions.inc
parente611116e5822abf0e9f933cf6bd1b4c63007b170 (diff)
downloadnova-095322657df54be1c25dbfea4294596a84bc9a49.tar.gz
Clarify os-stop API description
The original changed description tried to explain the instance data still exists after the API operation, but that was not clear. This patch makes it clear as possible for users. In addition, this patch removes the related sentence of os-start to avoid the same confusion. Change-Id: I46c4d24a67717807f4c6650a739f7855108783e9
Diffstat (limited to 'api-ref/source/servers-actions.inc')
-rw-r--r--api-ref/source/servers-actions.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/api-ref/source/servers-actions.inc b/api-ref/source/servers-actions.inc
index ce22f10eef..a91a8a34d4 100644
--- a/api-ref/source/servers-actions.inc
+++ b/api-ref/source/servers-actions.inc
@@ -710,7 +710,6 @@ to start the server.
**Asynchronous Postconditions**
After you successfully start a server, its status changes to ``ACTIVE``.
-The server appears on the compute node that the Compute service manages.
**Troubleshooting**
@@ -762,8 +761,8 @@ to stop the server.
**Asynchronous Postconditions**
After you successfully stop a server, its status changes to ``SHUTOFF``.
-The server instance data appears only on the compute node that
-Compute service manages.
+This API operation does not delete the server instance data and the data
+will be available again after ``os-start`` action.
Normal response codes: 202