From ac1449c28eb24de24e54de85b42c29154d2f6b74 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 3 Oct 2017 16:01:46 -0400 Subject: [PATCH] api-ref: remove redundant preserve_ephemeral mention from rebuild docs We already mention the preserve_ephemeral parameter in the request parameters table, including the note that it's only useful for baremetal instances, so we don't need to mention it again in the description of the API. Also adds a space between some list error codes. Change-Id: I8712f0fdd06eee1bb9af439621481d1c69b6244c --- api-ref/source/servers-actions.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/api-ref/source/servers-actions.inc b/api-ref/source/servers-actions.inc index 19657043da..1265bac6b6 100644 --- a/api-ref/source/servers-actions.inc +++ b/api-ref/source/servers-actions.inc @@ -458,12 +458,9 @@ Rebuilds a server. Specify the ``rebuild`` action in the request body. -To rebuild the server with preservation of the ephemeral partition, -set the ``preserve_ephemeral`` parameter to ``true``. - Normal response codes: 202 -Error response codes: badRequest(400),unauthorized(401), forbidden(403), +Error response codes: badRequest(400), unauthorized(401), forbidden(403), itemNotFound(404), conflict(409) Request