~jorgew/openstack-manuals/coreUpdates

« back to all changes in this revision

Viewing changes to doc/source/docbkx/incubation/keystone/devguide/src/docbkx/samples/groups.json

  • Committer: Anne Gentle
  • Date: 2011-08-22 14:08:25 UTC
  • mfrom: (153.1.3 openstack-manuals)
  • Revision ID: anne@openstack.org-20110822140825-5w69etwq38syl9bc
Merging in core keystone API chagnes from Yogi

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
  "groups":{
3
 
    "values":[
 
2
  "groups": {
 
3
    "values": [
4
4
      {
5
 
        "id":"test_global_group_add",
6
 
        "description":"A description ..."
 
5
        "id": "test_global_group_add",
 
6
        "description": "A description ..."
7
7
      }
8
8
    ],
9
 
    "links":[
10
 
 
11
 
    ]
 
9
    "links": []
12
10
  }
13
11
}