Documentation fix: use "authentication" instead of "auth_credential"

"auth_credential" parameter is invalid. "authentication" parameter should be used.

Change-Id: Ibf706eaa3d327ef505cc036497bcb1957f7eb793
Closes-Bug: #1559034
This commit is contained in:
Yotaro Konishi 2016-03-18 20:26:26 +09:00
parent 9ce969585e
commit 6ec5ebb0ec
1 changed files with 2 additions and 2 deletions

View File

@ -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