~jorgew/openstack-manuals/coreUpdates

« back to all changes in this revision

Viewing changes to doc/source/docbkx/incubation/keystone/devguide/src/docbkx/samples/services.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
 
  "services":[
3
 
    {
4
 
      "id":"nova",
5
 
      "description":"All access"
6
 
    },
7
 
    {
8
 
      "id":"glance",
9
 
      "description":"Guest Access"
 
2
  "services": [
 
3
    {
 
4
      "id": "nova",
 
5
      "description": "All access"
 
6
    }, {
 
7
      "id": "glance",
 
8
      "description": "Guest Access"
10
9
    }
11
10
  ]
12
11
}