~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to nova/tests/integrated/api_samples/server-get-resp.json

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman, Adam Gandelman, Chuck Short
  • Date: 2012-08-27 15:37:18 UTC
  • mfrom: (1.1.60)
  • Revision ID: package-import@ubuntu.com-20120827153718-lj8er44eqqz1gsrj
Tags: 2012.2~rc1~20120827.15815-0ubuntu1
[ Adam Gandelman ]
* New upstream release.

[ Chuck Short ]
* debian/patches/0001-Update-tools-hacking-for-pep8-1.2-and-
  beyond.patch: Dropped we dont run pep8 tests anymore.
* debian/control: Drop pep8 build depends
* debian/*.upstart.in: Make sure we transition correctly from runlevel
  1 to 2. (LP: #820694)

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": "192.168.0.3",
 
9
                    "version": 4
 
10
                }
 
11
            ]
 
12
        },
 
13
        "created": "2012-08-20T21:11:09Z",
 
14
        "flavor": {
 
15
            "id": "1",
 
16
            "links": [
 
17
                {
 
18
                    "href": "http://openstack.example.com/openstack/flavors/1",
 
19
                    "rel": "bookmark"
 
20
                }
 
21
            ]
 
22
        },
 
23
        "hostId": "65201c14a29663e06d0748e561207d998b343e1d164bfa0aafa9c45d",
 
24
        "id": "893c7791-f1df-4c3d-8383-3caae9656c62",
 
25
        "image": {
 
26
            "id": "70a599e0-31e7-49b7-b260-868f441e862b",
 
27
            "links": [
 
28
                {
 
29
                    "href": "http://openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
 
30
                    "rel": "bookmark"
 
31
                }
 
32
            ]
 
33
        },
 
34
        "links": [
 
35
            {
 
36
                "href": "http://openstack.example.com/v2/openstack/servers/893c7791-f1df-4c3d-8383-3caae9656c62",
 
37
                "rel": "self"
 
38
            },
 
39
            {
 
40
                "href": "http://openstack.example.com/openstack/servers/893c7791-f1df-4c3d-8383-3caae9656c62",
 
41
                "rel": "bookmark"
 
42
            }
 
43
        ],
 
44
        "metadata": {
 
45
            "My Server Name": "Apache1"
 
46
        },
 
47
        "name": "new-server-test",
 
48
        "progress": 0,
 
49
        "status": "ACTIVE",
 
50
        "tenant_id": "openstack",
 
51
        "updated": "2012-08-20T21:11:09Z",
 
52
        "user_id": "fake"
 
53
    }
 
54
}
 
 
b'\\ No newline at end of file'