[api-ref] Remove the duplicated sample

The sample is not used anywhere and it is duplicated with
'auth-password-unscoped-request-with-domain.json'.

Change-Id: Ia47b05dfbd588b0d4886027d9e770864fff964ba
This commit is contained in:
Dave Chen 2016-10-18 10:23:30 +08:00 committed by Dave Chen
parent 67dae739ce
commit c7c0b99185

View File

@ -1,18 +0,0 @@
{
"auth": {
"identity": {
"methods": [
"password"
],
"password": {
"user": {
"name": "admin",
"domain": {
"id": "default"
},
"password": "devstacker"
}
}
}
}
}