~ubuntu-branches/ubuntu/oneiric/keystone/oneiric-proposed

« back to all changes in this revision

Viewing changes to keystone/content/common/samples/RAX-GRP-groups.json

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Dan Prince
  • Date: 2011-09-09 16:25:30 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110909162530-vzcdqp4l4aalfs5k
Tags: 1.0~d4~20110909.1108-0ubuntu1
[Chuck Short]
* New upstream release.
* debian/control:
  + Bump standards to 3.9.2.
  + Fix lintian warnings.
  + Update maintainer.
* debian/rules: Dont fail to build if tests fail.

[Dan Prince]
* Fix debian/rules file so it works with nodoc.

Show diffs side-by-side

added added

removed removed

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