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

« back to all changes in this revision

Viewing changes to keystone/content/common/samples/tenants-1.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
  "tenants": {
 
3
    "values": [
 
4
      {
 
5
        "id": "1234",
 
6
        "name": "ACME corp",
 
7
        "description": "A description ...",
 
8
        "enabled": true
 
9
      }
 
10
    ],
 
11
    "links": [
 
12
      {
 
13
        "rel": "next",
 
14
        "href": "http://identity.api.openstack.org/v2.0/tenants?limit=1&marker=1234"
 
15
      }
 
16
    ]
 
17
  }
 
18
}