changed domain id to name in JSON request

When authenticating, it is more common for a user to supply a name
for a resource rather than an ID.

Further, since the bootstrapping command was introduced the "id" of the
default domain is no longer "default" but rather a UUID.

Change-Id: Ib75fac089924ab9c513861027f1875058232408e
Closes-Bug: #1633285
This commit is contained in:
npraveen35 2016-10-17 10:32:41 +05:30 committed by Praveen N
parent 8e07232006
commit 193915938c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"user": {
"name": "admin",
"domain": {
"id": "default"
"name": "Default"
},
"password": "devstacker"
}