Change all used passwords and secrets to 'secretsecret'

Change-Id: I7374595e0f6ab50c0a004b6de9f7c2896f7c2fbc
Partial-Bug: #1372639
This commit is contained in:
Christian Berendt 2014-09-09 09:56:34 +02:00
parent ae0aac9b8f
commit 31285d36a9
2 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<credentials xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <credentials xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://docs.openstack.org/identity/api/v2.0"> xmlns="http://docs.openstack.org/identity/api/v2.0">
<passwordCredentials username="test_user" password="test"/> <passwordCredentials username="test_user" password="secretsecret"/>
</credentials> </credentials>

View File

@ -1382,7 +1382,7 @@ sufficient to uniquely identify the `user`. Example request:
"password": { "password": {
"user": { "user": {
"id": "0ca8f6", "id": "0ca8f6",
"password": "secrete" "password": "secretsecret"
} }
} }
} }
@ -1404,7 +1404,7 @@ be specified in order to uniquely identify the `user`. Example request:
"id": "1789d1" "id": "1789d1"
}, },
"name": "Joe", "name": "Joe",
"password": "secrete" "password": "secretsecret"
} }
} }
} }
@ -1426,7 +1426,7 @@ Example request:
"name": "example.com" "name": "example.com"
}, },
"name": "Joe", "name": "Joe",
"password": "secrete" "password": "secretsecret"
} }
} }
} }
@ -1471,7 +1471,7 @@ uniquely identify a `project`. Example request:
"password": { "password": {
"user": { "user": {
"id": "0ca8f6", "id": "0ca8f6",
"password": "secrete" "password": "secretsecret"
} }
} }
}, },
@ -1495,7 +1495,7 @@ also be specified in order to uniquely identify the `project`. Example request:
"password": { "password": {
"user": { "user": {
"id": "0ca8f6", "id": "0ca8f6",
"password": "secrete" "password": "secretsecret"
} }
} }
}, },
@ -1522,7 +1522,7 @@ Alternatively, a `domain` `name` may be used to uniquely identify the
"password": { "password": {
"user": { "user": {
"id": "0ca8f6", "id": "0ca8f6",
"password": "secrete" "password": "secretsecret"
} }
} }
}, },
@ -1549,7 +1549,7 @@ equivalent results. Example request specifying a domain by `id`:
"password": { "password": {
"user": { "user": {
"id": "0ca8f6", "id": "0ca8f6",
"password": "secrete" "password": "secretsecret"
} }
} }
}, },
@ -1572,7 +1572,7 @@ Example request specifying a domain by `name`:
"password": { "password": {
"user": { "user": {
"id": "0ca8f6", "id": "0ca8f6",
"password": "secrete" "password": "secretsecret"
} }
} }
}, },
@ -2907,7 +2907,7 @@ Request:
"email": "jdoe@example.com", "email": "jdoe@example.com",
"enabled": true, "enabled": true,
"name": "James Doe", "name": "James Doe",
"password": "chang3me" "password": "secretsecret"
} }
} }
@ -2974,8 +2974,8 @@ Request:
{ {
"user": { "user": {
"password": "chang3me", "password": "old_secretsecret",
"original_password": "secrete" "original_password": "secretsecret"
} }
} }