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

« back to all changes in this revision

Viewing changes to doc/api_samples/all_extensions/servers-details-resp.json

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short
  • Date: 2012-11-23 09:04:58 UTC
  • mfrom: (1.1.66)
  • Revision ID: package-import@ubuntu.com-20121123090458-91565o7aev1i1h71
Tags: 2013.1~g1-0ubuntu1
[ Adam Gandelman ]
* debian/control: Ensure novaclient is upgraded with nova,
  require python-keystoneclient >= 1:2.9.0. (LP: #1073289)
* debian/patches/{ubuntu/*, rbd-security.patch}: Dropped, applied
  upstream.
* debian/control: Add python-testtools to Build-Depends.

[ Chuck Short ]
* New upstream version.
* Refreshed debian/patches/avoid_setuptools_git_dependency.patch.
* debian/rules: FTBFS if missing binaries.
* debian/nova-scheudler.install: Add missing rabbit-queues and
  nova-rpc-zmq-receiver.
* Remove nova-volume since it doesnt exist anymore, transition to cinder-*.
* debian/rules: install apport hook in the right place.
* debian/patches/ubuntu-show-tests.patch: Display test failures.
* debian/control: Add depends on genisoimage
* debian/control: Suggest guestmount.
* debian/control: Suggest websockify. (LP: #1076442)
* debian/nova.conf: Disable nova-volume service.
* debian/control: Depend on xen-system-* rather than the hypervisor.
* debian/control, debian/mans/nova-conductor.8, debian/nova-conductor.init,
  debian/nova-conductor.install, debian/nova-conductor.logrotate
  debian/nova-conductor.manpages, debian/nova-conductor.postrm
  debian/nova-conductor.upstart.in: Add nova-conductor service.
* debian/control: Add python-fixtures as a build deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    "servers": [
3
3
        {
4
4
            "OS-DCF:diskConfig": "AUTO",
5
 
            "OS-EXT-SRV-ATTR:host": "1ed961df12f5434a8e54e0efd1049fa5",
6
 
            "OS-EXT-SRV-ATTR:hypervisor_hostname": null,
 
5
            "OS-EXT-SRV-ATTR:host": "f2df66e47d1f427cbd106cf9058360cc",
 
6
            "OS-EXT-SRV-ATTR:hypervisor_hostname": "fake-mini",
7
7
            "OS-EXT-SRV-ATTR:instance_name": "instance-00000001",
8
8
            "OS-EXT-STS:power_state": 1,
9
9
            "OS-EXT-STS:task_state": null,
19
19
                ]
20
20
            },
21
21
            "config_drive": "",
22
 
            "created": "2012-09-12T17:16:15Z",
 
22
            "created": "2012-11-15T19:28:29Z",
23
23
            "flavor": {
24
24
                "id": "1",
25
25
                "links": [
29
29
                    }
30
30
                ]
31
31
            },
32
 
            "hostId": "c161a6e3edcd047317a6cfbe599d7711850fd871210b62fdd2f6479e",
33
 
            "id": "1d0f60bc-8c90-425d-8c64-cdaa49cd2303",
 
32
            "hostId": "7eedbc35a14388e24ec12917b1eb0bd5dc969619a0e367591d55d9ef",
 
33
            "id": "7d7b3dfc-3423-446f-b4b0-7fba038bf8b2",
34
34
            "image": {
35
35
                "id": "70a599e0-31e7-49b7-b260-868f441e862b",
36
36
                "links": [
40
40
                    }
41
41
                ]
42
42
            },
 
43
            "key_name": null,
43
44
            "links": [
44
45
                {
45
 
                    "href": "http://openstack.example.com/v2/openstack/servers/1d0f60bc-8c90-425d-8c64-cdaa49cd2303",
 
46
                    "href": "http://openstack.example.com/v2/openstack/servers/7d7b3dfc-3423-446f-b4b0-7fba038bf8b2",
46
47
                    "rel": "self"
47
48
                },
48
49
                {
49
 
                    "href": "http://openstack.example.com/openstack/servers/1d0f60bc-8c90-425d-8c64-cdaa49cd2303",
 
50
                    "href": "http://openstack.example.com/openstack/servers/7d7b3dfc-3423-446f-b4b0-7fba038bf8b2",
50
51
                    "rel": "bookmark"
51
52
                }
52
53
            ],
62
63
            ],
63
64
            "status": "ACTIVE",
64
65
            "tenant_id": "openstack",
65
 
            "updated": "2012-09-12T17:16:15Z",
 
66
            "updated": "2012-11-15T19:28:30Z",
66
67
            "user_id": "fake"
67
68
        }
68
69
    ]