~ubuntu-branches/ubuntu/saucy/keystone/saucy-proposed

« back to all changes in this revision

Viewing changes to keystone/content/common/samples/auth_credentials.json

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-08-23 10:18:22 UTC
  • Revision ID: james.westby@ubuntu.com-20110823101822-enve6zceb3lqhuvj
Tags: upstream-1.0~d4~20110823.1078
ImportĀ upstreamĀ versionĀ 1.0~d4~20110823.1078

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "auth": {
 
3
    "passwordCredentials": {
 
4
      "username": "test_user",
 
5
      "password": "mypass"
 
6
    },
 
7
    "tenantId": "1234"
 
8
  }
 
9
}
 
 
b'\\ No newline at end of file'