From 9d6913d9f07e96b493c15be04174b4f4656dee1f Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Fri, 28 Apr 2017 16:17:28 +0900 Subject: [PATCH] api-ref: Fix unnecessary description in servers-admin-action The action to change the administrative password is not included in servers-admin-action.inc. So the description related to the action is removed. Change-Id: I942aaea755375822e9f5ac9e29287de0c08dc573 Implements: blueprint api-ref-in-rst-pike Closes-Bug: #1686917 --- api-ref/source/servers-admin-action.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/api-ref/source/servers-admin-action.inc b/api-ref/source/servers-admin-action.inc index aef7d11ea1..b7227d5c28 100644 --- a/api-ref/source/servers-admin-action.inc +++ b/api-ref/source/servers-admin-action.inc @@ -7,11 +7,8 @@ Enables administrators to perform an action on a server. Specify the action in the request body. -You can change the administrative password for a server and -inject network information into a server. - -You can migrate, live-migrate, reset networking on, and reset the state -of a server. +You can inject network information into, migrate, live-migrate, +reset networking on, and reset the state of a server. Inject Network Information (injectNetworkInfo Action)