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

« back to all changes in this revision

Viewing changes to doc/api_samples/OS-EXT-STS/server-get-resp.json

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Adam Gandelman, Yolanda Robla, James Page
  • Date: 2013-01-11 13:06:56 UTC
  • mfrom: (1.1.67)
  • Revision ID: package-import@ubuntu.com-20130111130656-7n7fkevy03stm3mv
Tags: 2013.1~g2-0ubuntu1
[ Chuck Short ]
* New upstream release.
* debian/patches/ubuntu-show-tests.patch: Dropped no longer needed.
* debian/nova-xcp-plugins.install: Fix xcp-plugins empty packages
* debian/control: Drop python-nose in favor or testrepository
* debian/control: Add python-coverage as a build dep.
* debian/rules, debian/control: Run pep8 tests.
* debian/*.init: Remove they are not needed and take up space
* debian/control, debian/nova-cells.{install, logrotate, upstart}: Add
  cells support.
* debian/patches/fix-ubuntu-tests.patch: temporarily disable failing tests.
* debian/control, debian/nova-baremetal.{install, logrotate, upstart}: Add
  nova baremetal support.
* debian/control: Remove python-support.

[ Adam Gandelman ]
* debian/*.manpages: Install Sphinx-generated manpages instead of
  our own.
* debian/nova-compute-*.conf: Specify the newly required compute_driver
  flag in addition to libvirt_type.
* debian/control:  Specify required python-webob and python-stevedore
  versions.

[ Yolanda Robla ]
* debian/*.upstart: Use start-stop-daemon instead of su for chuid
  (LP: #1086833).
* debian/rules: Remove override of dh_installinit for discriminating
  between Debian and Ubuntu.
* debian/nova-common.docs: Installing changelogs from rules
* debian/rules: Replacing perms in /etc/nova/logging.conf for 0644
* debian/control: adduser dependency on nova-compute.
* debian/control: added section oldlibs and priority extra on
  nova-ajax-console-proxy.
* debian/nova-xvpvncproxy.postrm: removing because of duplicates.

[ James Page ]
* d/control: Add ~ to python-sqlalchemy-ext versioned dependencies to
  make backporting easier.
* d/control: Updated nova-volume description and depdendencies to
  mark it as a transitional package, moved to oldlibs/extra.
* d/p/fix-libvirt-tests.patch: Dropped; accepted upstream.
* d/control: Added python-stevedore to BD's.
* d/*.postrm: Dropped postrm's that just run update-rc.d; this is not
  required when deploying upstart configurations only.
* d/nova-scheduler.manpages: Add man page for nova-rpc-zmq-receiver.
* d/rules: Install upstream changelog with a policy compliant name.
* d/control: Mark nova-compute-xcp as virtual package.
* d/control: nova-api-os-volume; Depend on cinder-api and mark as
  transitional package.
* d/nova-api-os-volume.lintian-overrides: Dropped - no longer required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
    "server": {
3
 
        "OS-EXT-STS:power_state": 1,
4
 
        "OS-EXT-STS:task_state": null,
5
 
        "OS-EXT-STS:vm_state": "active",
6
 
        "accessIPv4": "",
7
 
        "accessIPv6": "",
8
 
        "addresses": {
9
 
            "private": [
10
 
                {
11
 
                    "addr": "192.168.0.3",
12
 
                    "version": 4
13
 
                }
14
 
            ]
15
 
        },
16
 
        "created": "2013-02-07T19:35:09Z",
17
 
        "flavor": {
18
 
            "id": "1",
19
 
            "links": [
20
 
                {
21
 
                    "href": "http://openstack.example.com/openstack/flavors/1",
22
 
                    "rel": "bookmark"
23
 
                }
24
 
            ]
25
 
        },
26
 
        "hostId": "570eff4776ab310707d11d181037337197086998a8b3305c90bf87c8",
27
 
        "id": "ecb5e433-fa75-4db2-af3d-a29ae8618edc",
28
 
        "image": {
29
 
            "id": "70a599e0-31e7-49b7-b260-868f441e862b",
30
 
            "links": [
31
 
                {
32
 
                    "href": "http://openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
33
 
                    "rel": "bookmark"
34
 
                }
35
 
            ]
36
 
        },
37
 
        "links": [
38
 
            {
39
 
                "href": "http://openstack.example.com/v2/openstack/servers/ecb5e433-fa75-4db2-af3d-a29ae8618edc",
40
 
                "rel": "self"
41
 
            },
42
 
            {
43
 
                "href": "http://openstack.example.com/openstack/servers/ecb5e433-fa75-4db2-af3d-a29ae8618edc",
44
 
                "rel": "bookmark"
45
 
            }
46
 
        ],
47
 
        "metadata": {
48
 
            "My Server Name": "Apache1"
49
 
        },
50
 
        "name": "new-server-test",
51
 
        "progress": 0,
52
 
        "status": "ACTIVE",
53
 
        "tenant_id": "openstack",
54
 
        "updated": "2013-02-07T19:35:10Z",
55
 
        "user_id": "fake"
56
 
    }
57
 
}
 
 
b'\\ No newline at end of file'