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

« back to all changes in this revision

Viewing changes to nova/tests/integrated/api_samples/os-flavor-access/flavor-access-detail-resp.json.tpl

  • 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
    "flavors": [
 
3
        {
 
4
            "disk": 0,
 
5
            "id": "1",
 
6
            "links": [
 
7
                {
 
8
                    "href": "%(host)s/v2/openstack/flavors/1",
 
9
                    "rel": "self"
 
10
                },
 
11
                {
 
12
                    "href": "%(host)s/openstack/flavors/1",
 
13
                    "rel": "bookmark"
 
14
                }
 
15
            ],
 
16
            "name": "m1.tiny",
 
17
            "os-flavor-access:is_public": true,
 
18
            "ram": 512,
 
19
            "vcpus": 1
 
20
        },
 
21
        {
 
22
            "disk": 20,
 
23
            "id": "2",
 
24
            "links": [
 
25
                {
 
26
                    "href": "%(host)s/v2/openstack/flavors/2",
 
27
                    "rel": "self"
 
28
                },
 
29
                {
 
30
                    "href": "%(host)s/openstack/flavors/2",
 
31
                    "rel": "bookmark"
 
32
                }
 
33
            ],
 
34
            "name": "m1.small",
 
35
            "os-flavor-access:is_public": true,
 
36
            "ram": 2048,
 
37
            "vcpus": 1
 
38
        },
 
39
        {
 
40
            "disk": 40,
 
41
            "id": "3",
 
42
            "links": [
 
43
                {
 
44
                    "href": "%(host)s/v2/openstack/flavors/3",
 
45
                    "rel": "self"
 
46
                },
 
47
                {
 
48
                    "href": "%(host)s/openstack/flavors/3",
 
49
                    "rel": "bookmark"
 
50
                }
 
51
            ],
 
52
            "name": "m1.medium",
 
53
            "os-flavor-access:is_public": true,
 
54
            "ram": 4096,
 
55
            "vcpus": 2
 
56
        },
 
57
        {
 
58
            "disk": 80,
 
59
            "id": "4",
 
60
            "links": [
 
61
                {
 
62
                    "href": "%(host)s/v2/openstack/flavors/4",
 
63
                    "rel": "self"
 
64
                },
 
65
                {
 
66
                    "href": "%(host)s/openstack/flavors/4",
 
67
                    "rel": "bookmark"
 
68
                }
 
69
            ],
 
70
            "name": "m1.large",
 
71
            "os-flavor-access:is_public": true,
 
72
            "ram": 8192,
 
73
            "vcpus": 4
 
74
        },
 
75
        {
 
76
            "disk": 160,
 
77
            "id": "5",
 
78
            "links": [
 
79
                {
 
80
                    "href": "%(host)s/v2/openstack/flavors/5",
 
81
                    "rel": "self"
 
82
                },
 
83
                {
 
84
                    "href": "%(host)s/openstack/flavors/5",
 
85
                    "rel": "bookmark"
 
86
                }
 
87
            ],
 
88
            "name": "m1.xlarge",
 
89
            "os-flavor-access:is_public": true,
 
90
            "ram": 16384,
 
91
            "vcpus": 8
 
92
        }
 
93
    ]
 
94
}