From 95d2f3c8e7df4b1257eecdbf055eca4020b08ed7 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Tue, 9 Oct 2018 09:28:04 +0900 Subject: [PATCH] api-ref: Remove a description in servers-actions.inc In the "Servers - run an action (servers, action)" section, it says that you can attach a volume to a server. But there are no APIs to attach a volume to a server in the section. The API is in the "Servers with volume attachments (servers, os-volume_attachments)" section. So remove the description in the "Servers - run an action (servers, action)" section. TrivialFix Change-Id: I0bbfa98385930e21ac12815675851036c9a77621 --- api-ref/source/servers-actions.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/api-ref/source/servers-actions.inc b/api-ref/source/servers-actions.inc index 841aed06a681..2d9ae1a8f4b2 100644 --- a/api-ref/source/servers-actions.inc +++ b/api-ref/source/servers-actions.inc @@ -10,7 +10,6 @@ in the request body. You can associate a fixed or floating IP address with a server, or disassociate a fixed or floating IP address from a server. -You can attach a volume to a server. You can create an image from a server, create a backup of a server, and force-delete a server before deferred cleanup.