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:
parent
8e07232006
commit
193915938c
@ -8,7 +8,7 @@
|
||||
"user": {
|
||||
"name": "admin",
|
||||
"domain": {
|
||||
"id": "default"
|
||||
"name": "Default"
|
||||
},
|
||||
"password": "devstacker"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user