~ziad-sawalha/keystone/master

« back to all changes in this revision

Viewing changes to keystone/content/common/samples/auth_credentials-OS-EC2.json

  • Committer: Ziad Sawalha
  • Date: 2011-08-17 01:30:31 UTC
  • Revision ID: git-v1:6af517348e9be2c259362311372e952149575740
Contract changes

Change-Id: Idc44eebb9e3312e8dddb93efc9fecff9a540f138

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "OS-EC2-ec2Credentials":{
 
3
    "username":"test_user",
 
4
    "secret": "aaaaa",
 
5
    "signature": "bbb",
 
6
    "tenantId":"77654"
 
7
  }
 
8
}