~ubuntu-branches/ubuntu/saucy/nova/saucy-proposed

« back to all changes in this revision

Viewing changes to nova/tests/integrated/api_samples/os-rescue/server-post-resp.json.tpl

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-09-25 10:54:59 UTC
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: package-import@ubuntu.com-20120925105459-33p2j4m5w7fgnkxk
Tags: upstream-2012.2~rc2
ImportĀ upstreamĀ versionĀ 2012.2~rc2

Show diffs side-by-side

added added

removed removed

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