~ubuntu-branches/ubuntu/saucy/nova/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/api_samples/os-networks/network-show-resp.json

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Adam Gandelman
  • Date: 2013-02-22 09:27:29 UTC
  • mfrom: (1.1.68)
  • Revision ID: package-import@ubuntu.com-20130222092729-nn3gt8rf97uvts77
Tags: 2013.1.g3-0ubuntu1
[ Chuck Short ]
* New usptream release. 
* debian/patches/debian/patches/fix-ubuntu-tests.patch: Refreshed.
* debian/nova-baremetal.logrotate: Fix logfile path.
* debian/control, debian/nova-spiceproxy.{install, logrotate, upstart}:
  Add spice html5 proxy support.
* debian/nova-novncproxy.upstart: Start on runlevel [2345]
* debian/rules: Call testr directly since run_tests.sh -N gives weird return
  value when tests pass.
* debian/pyddist-overrides: Add websockify.
* debian/nova-common.postinst: Removed config file conversion, since
  the option is no longer available. (LP: #1110567)
* debian/control: Add python-pyasn1 as a dependency.
* debian/control: Add python-oslo-config as a dependency.
* debian/control: Suggest sysfsutils, sg3-utils, multipath-tools for fibre
  channel support.

[ Adam Gandelman ]
* debian/control: Fix typo (websocikfy -> websockify).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "network": {
 
3
        "bridge": "br100",
 
4
        "bridge_interface": "eth0",
 
5
        "broadcast": "10.0.0.7",
 
6
        "cidr": "10.0.0.0/29",
 
7
        "cidr_v6": null,
 
8
        "created_at": "2011-08-15 06:19:19.387525",
 
9
        "deleted": false,
 
10
        "deleted_at": null,
 
11
        "dhcp_start": "10.0.0.3",
 
12
        "dns1": null,
 
13
        "dns2": null,
 
14
        "gateway": "10.0.0.1",
 
15
        "gateway_v6": null,
 
16
        "host": "nsokolov-desktop",
 
17
        "id": "20c8acc0-f747-4d71-a389-46d078ebf047",
 
18
        "injected": false,
 
19
        "label": "mynet_0",
 
20
        "multi_host": false,
 
21
        "netmask": "255.255.255.248",
 
22
        "netmask_v6": null,
 
23
        "priority": null,
 
24
        "project_id": "1234",
 
25
        "rxtx_base": null,
 
26
        "updated_at": "2011-08-16 09:26:13.048257",
 
27
        "vlan": 100,
 
28
        "vpn_private_address": "10.0.0.2",
 
29
        "vpn_public_address": "127.0.0.1",
 
30
        "vpn_public_port": 1000
 
31
    }
 
32
}
 
 
b'\\ No newline at end of file'