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

« back to all changes in this revision

Viewing changes to doc/api_samples/all_extensions/server-action-rebuild-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:
 
1
{
 
2
    "server": {
 
3
        "OS-DCF:diskConfig": "AUTO",
 
4
        "accessIPv4": "1.2.3.4",
 
5
        "accessIPv6": "fe80::100",
 
6
        "addresses": {
 
7
            "private": [
 
8
                {
 
9
                    "addr": "192.168.0.3",
 
10
                    "version": 4
 
11
                }
 
12
            ]
 
13
        },
 
14
        "adminPass": "seekr3t",
 
15
        "created": "2012-09-25T13:36:08Z",
 
16
        "flavor": {
 
17
            "id": "1",
 
18
            "links": [
 
19
                {
 
20
                    "href": "http://openstack.example.com/openstack/flavors/1",
 
21
                    "rel": "bookmark"
 
22
                }
 
23
            ]
 
24
        },
 
25
        "hostId": "935dcd1019fd43814a1d2a6e9b320dcac352d3a02c69f8be7ba41002",
 
26
        "id": "27568e59-cfb7-4283-a00e-4af933f2d539",
 
27
        "image": {
 
28
            "id": "70a599e0-31e7-49b7-b260-868f441e862b",
 
29
            "links": [
 
30
                {
 
31
                    "href": "http://openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
 
32
                    "rel": "bookmark"
 
33
                }
 
34
            ]
 
35
        },
 
36
        "links": [
 
37
            {
 
38
                "href": "http://openstack.example.com/v2/openstack/servers/27568e59-cfb7-4283-a00e-4af933f2d539",
 
39
                "rel": "self"
 
40
            },
 
41
            {
 
42
                "href": "http://openstack.example.com/openstack/servers/27568e59-cfb7-4283-a00e-4af933f2d539",
 
43
                "rel": "bookmark"
 
44
            }
 
45
        ],
 
46
        "metadata": {
 
47
            "meta var": "meta val"
 
48
        },
 
49
        "name": "foobar",
 
50
        "progress": 0,
 
51
        "status": "ACTIVE",
 
52
        "tenant_id": "openstack",
 
53
        "updated": "2012-09-25T13:36:09Z",
 
54
        "user_id": "fake"
 
55
    }
 
56
}
 
 
b'\\ No newline at end of file'