From 6ec5ebb0eca776add439ed6ca00304b3df0280c5 Mon Sep 17 00:00:00 2001 From: Yotaro Konishi Date: Fri, 18 Mar 2016 20:26:26 +0900 Subject: [PATCH] Documentation fix: use "authentication" instead of "auth_credential" "auth_credential" parameter is invalid. "authentication" parameter should be used. Change-Id: Ibf706eaa3d327ef505cc036497bcb1957f7eb793 Closes-Bug: #1559034 --- doc/source/rest/v1/clusters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/rest/v1/clusters.rst b/doc/source/rest/v1/clusters.rst index 133a0645..039a31aa 100644 --- a/doc/source/rest/v1/clusters.rst +++ b/doc/source/rest/v1/clusters.rst @@ -46,7 +46,7 @@ Create Cluster "network_id": [ "ea540512-4d4a-4c46-9ebd-4fafe4a54a2d" ] - "auth_credential": { + "authentication": { "type": "PLAIN", "token": { "username": "rabbit_user" @@ -87,7 +87,7 @@ Create Cluster :form flavor: node flavor :form id: the UUID of the cluster :form size: size of the cluster - :form auth_credential: Authentication credentials + :form authentication: Authentication credentials :statuscode 201: Created :statuscode 400: Bad Request