~ubuntu-branches/ubuntu/raring/nova/raring-proposed

« back to all changes in this revision

Viewing changes to nova/tests/integrated/api_samples/OS-EXT-STS/servers-list-resp.json.tpl

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-01-11 13:06:56 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20130111130656-z9mceux6qpkqomma
Tags: upstream-2013.1~g2
ImportĀ upstreamĀ versionĀ 2013.1~g2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "servers": [
 
3
        {
 
4
            "id": "%(id)s",
 
5
            "links": [
 
6
                {
 
7
                    "href": "%(host)s/v2/openstack/servers/%(id)s",
 
8
                    "rel": "self"
 
9
                },
 
10
                {
 
11
                    "href": "%(host)s/openstack/servers/%(id)s",
 
12
                    "rel": "bookmark"
 
13
                }
 
14
            ],
 
15
            "name": "new-server-test"
 
16
        }
 
17
    ]
 
18
}