Change all used passwords and secrets to 'secretsecret'
Change-Id: I7374595e0f6ab50c0a004b6de9f7c2896f7c2fbc Partial-Bug: #1372639
This commit is contained in:
parent
ae0aac9b8f
commit
31285d36a9
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<credentials xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="http://docs.openstack.org/identity/api/v2.0">
|
||||
<passwordCredentials username="test_user" password="test"/>
|
||||
<passwordCredentials username="test_user" password="secretsecret"/>
|
||||
</credentials>
|
||||
|
@ -1382,7 +1382,7 @@ sufficient to uniquely identify the `user`. Example request:
|
||||
"password": {
|
||||
"user": {
|
||||
"id": "0ca8f6",
|
||||
"password": "secrete"
|
||||
"password": "secretsecret"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1404,7 +1404,7 @@ be specified in order to uniquely identify the `user`. Example request:
|
||||
"id": "1789d1"
|
||||
},
|
||||
"name": "Joe",
|
||||
"password": "secrete"
|
||||
"password": "secretsecret"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1426,7 +1426,7 @@ Example request:
|
||||
"name": "example.com"
|
||||
},
|
||||
"name": "Joe",
|
||||
"password": "secrete"
|
||||
"password": "secretsecret"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1471,7 +1471,7 @@ uniquely identify a `project`. Example request:
|
||||
"password": {
|
||||
"user": {
|
||||
"id": "0ca8f6",
|
||||
"password": "secrete"
|
||||
"password": "secretsecret"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1495,7 +1495,7 @@ also be specified in order to uniquely identify the `project`. Example request:
|
||||
"password": {
|
||||
"user": {
|
||||
"id": "0ca8f6",
|
||||
"password": "secrete"
|
||||
"password": "secretsecret"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1522,7 +1522,7 @@ Alternatively, a `domain` `name` may be used to uniquely identify the
|
||||
"password": {
|
||||
"user": {
|
||||
"id": "0ca8f6",
|
||||
"password": "secrete"
|
||||
"password": "secretsecret"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1549,7 +1549,7 @@ equivalent results. Example request specifying a domain by `id`:
|
||||
"password": {
|
||||
"user": {
|
||||
"id": "0ca8f6",
|
||||
"password": "secrete"
|
||||
"password": "secretsecret"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1572,7 +1572,7 @@ Example request specifying a domain by `name`:
|
||||
"password": {
|
||||
"user": {
|
||||
"id": "0ca8f6",
|
||||
"password": "secrete"
|
||||
"password": "secretsecret"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -2907,7 +2907,7 @@ Request:
|
||||
"email": "jdoe@example.com",
|
||||
"enabled": true,
|
||||
"name": "James Doe",
|
||||
"password": "chang3me"
|
||||
"password": "secretsecret"
|
||||
}
|
||||
}
|
||||
|
||||
@ -2974,8 +2974,8 @@ Request:
|
||||
|
||||
{
|
||||
"user": {
|
||||
"password": "chang3me",
|
||||
"original_password": "secrete"
|
||||
"password": "old_secretsecret",
|
||||
"original_password": "secretsecret"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user