~ubuntu-cloud-archive/ubuntu/precise/nova/trunk

« back to all changes in this revision

Viewing changes to nova/tests/integrated/api_samples/all_extensions/flavors-list-resp.json.tpl

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Soren Hansen
  • Date: 2012-09-07 17:49:53 UTC
  • mfrom: (1.1.61)
  • Revision ID: package-import@ubuntu.com-20120907174953-oapuvix1jxm830he
Tags: 2012.2~rc1~20120907.15996-0ubuntu1
[ Chuck Short ]
* New upstream release.
* debian/nova-common.postinst: Drop nova_sudoers permission changing
  since we do it in the debian/rules. (LP: #995285)

[ Soren Hansen ]
* Update debian/watch to account for symbolically named tarballs and
  use newer URL.
* Fix Launchpad URLs in debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "flavors": [
 
3
        {
 
4
            "id": "1",
 
5
            "links": [
 
6
                {
 
7
                    "href": "http://openstack.example.com/v2/openstack/flavors/1",
 
8
                    "rel": "self"
 
9
                },
 
10
                {
 
11
                    "href": "http://openstack.example.com/openstack/flavors/1",
 
12
                    "rel": "bookmark"
 
13
                }
 
14
            ],
 
15
            "name": "m1.tiny"
 
16
        },
 
17
        {
 
18
            "id": "2",
 
19
            "links": [
 
20
                {
 
21
                    "href": "http://openstack.example.com/v2/openstack/flavors/2",
 
22
                    "rel": "self"
 
23
                },
 
24
                {
 
25
                    "href": "http://openstack.example.com/openstack/flavors/2",
 
26
                    "rel": "bookmark"
 
27
                }
 
28
            ],
 
29
            "name": "m1.small"
 
30
        },
 
31
        {
 
32
            "id": "3",
 
33
            "links": [
 
34
                {
 
35
                    "href": "http://openstack.example.com/v2/openstack/flavors/3",
 
36
                    "rel": "self"
 
37
                },
 
38
                {
 
39
                    "href": "http://openstack.example.com/openstack/flavors/3",
 
40
                    "rel": "bookmark"
 
41
                }
 
42
            ],
 
43
            "name": "m1.medium"
 
44
        },
 
45
        {
 
46
            "id": "4",
 
47
            "links": [
 
48
                {
 
49
                    "href": "http://openstack.example.com/v2/openstack/flavors/4",
 
50
                    "rel": "self"
 
51
                },
 
52
                {
 
53
                    "href": "http://openstack.example.com/openstack/flavors/4",
 
54
                    "rel": "bookmark"
 
55
                }
 
56
            ],
 
57
            "name": "m1.large"
 
58
        },
 
59
        {
 
60
            "id": "5",
 
61
            "links": [
 
62
                {
 
63
                    "href": "http://openstack.example.com/v2/openstack/flavors/5",
 
64
                    "rel": "self"
 
65
                },
 
66
                {
 
67
                    "href": "http://openstack.example.com/openstack/flavors/5",
 
68
                    "rel": "bookmark"
 
69
                }
 
70
            ],
 
71
            "name": "m1.xlarge"
 
72
        }
 
73
    ]
 
74
}
 
 
b'\\ No newline at end of file'