~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-get-resp-rescue.json.tpl

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short
  • Date: 2012-09-25 10:54:59 UTC
  • mfrom: (1.1.63)
  • Revision ID: package-import@ubuntu.com-20120925105459-fr27butcb6p498gp
Tags: 2012.2~rc2-0ubuntu1
[ Adam Gandelman ]
* debian/control: Add python-cinderclient to python-nova Depends.
* wrap-and-sort.

[ Chuck Short ]
* debian/nova-common.postinst: Change root_helper to rootwrap_config
  when upgrading from precise
* debian/pydist-overrides: dont try to install babel.
* New upstream version.
* debian/rules: FTBFS if testsuite fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "server": {
 
3
        "accessIPv4": "",
 
4
        "accessIPv6": "",
 
5
        "addresses": {
 
6
            "private": [
 
7
                {
 
8
                    "addr": "%(ip)s",
 
9
                    "version": 4
 
10
                }
 
11
            ]
 
12
        },
 
13
        "created": "%(timestamp)s",
 
14
        "flavor": {
 
15
            "id": "1",
 
16
            "links": [
 
17
                {
 
18
                    "href": "%(host)s/openstack/flavors/1",
 
19
                    "rel": "bookmark"
 
20
                }
 
21
            ]
 
22
        },
 
23
        "hostId": "%(hostid)s",
 
24
        "id": "%(id)s",
 
25
        "image": {
 
26
            "id": "%(uuid)s",
 
27
            "links": [
 
28
                {
 
29
                    "href": "%(host)s/openstack/images/%(uuid)s",
 
30
                    "rel": "bookmark"
 
31
                }
 
32
            ]
 
33
        },
 
34
        "links": [
 
35
            {
 
36
                "href": "%(host)s/v2/openstack/servers/%(id)s",
 
37
                "rel": "self"
 
38
            },
 
39
            {
 
40
                "href": "%(host)s/openstack/servers/%(id)s",
 
41
                "rel": "bookmark"
 
42
            }
 
43
        ],
 
44
        "metadata": {
 
45
            "My Server Name": "Apache1"
 
46
        },
 
47
        "name": "new-server-test",
 
48
        "status": "%(status)s",
 
49
        "tenant_id": "openstack",
 
50
        "updated": "%(timestamp)s",
 
51
        "user_id": "fake"
 
52
    }
 
53
}