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

« back to all changes in this revision

Viewing changes to nova/tests/integrated/api_samples/images-details-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
    "images": [
 
3
        {
 
4
            "created": "2011-01-01T01:02:03Z",
 
5
            "id": "70a599e0-31e7-49b7-b260-868f441e862b",
 
6
            "links": [
 
7
                {
 
8
                    "href": "%(host)s/v2/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
 
9
                    "rel": "self"
 
10
                },
 
11
                {
 
12
                    "href": "%(host)s/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
 
13
                    "rel": "bookmark"
 
14
                },
 
15
                {
 
16
                    "href": "%(glance_host)s/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
 
17
                    "rel": "alternate",
 
18
                    "type": "application/vnd.openstack.image"
 
19
                }
 
20
            ],
 
21
            "metadata": {
 
22
                "architecture": "x86_64",
 
23
                "auto_disk_config": "True",
 
24
                "kernel_id": "nokernel",
 
25
                "ramdisk_id": "nokernel"
 
26
            },
 
27
            "minDisk": 0,
 
28
            "minRam": 0,
 
29
            "name": "fakeimage7",
 
30
            "progress": 100,
 
31
            "status": "ACTIVE",
 
32
            "updated": "2011-01-01T01:02:03Z"
 
33
        },
 
34
        {
 
35
            "created": "2011-01-01T01:02:03Z",
 
36
            "id": "155d900f-4e14-4e4c-a73d-069cbf4541e6",
 
37
            "links": [
 
38
                {
 
39
                    "href": "%(host)s/v2/openstack/images/155d900f-4e14-4e4c-a73d-069cbf4541e6",
 
40
                    "rel": "self"
 
41
                },
 
42
                {
 
43
                    "href": "%(host)s/openstack/images/155d900f-4e14-4e4c-a73d-069cbf4541e6",
 
44
                    "rel": "bookmark"
 
45
                },
 
46
                {
 
47
                    "href": "%(glance_host)s/openstack/images/155d900f-4e14-4e4c-a73d-069cbf4541e6",
 
48
                    "rel": "alternate",
 
49
                    "type": "application/vnd.openstack.image"
 
50
                }
 
51
            ],
 
52
            "metadata": {
 
53
                "architecture": "x86_64",
 
54
                "kernel_id": "nokernel",
 
55
                "ramdisk_id": "nokernel"
 
56
            },
 
57
            "minDisk": 0,
 
58
            "minRam": 0,
 
59
            "name": "fakeimage123456",
 
60
            "progress": 100,
 
61
            "status": "ACTIVE",
 
62
            "updated": "2011-01-01T01:02:03Z"
 
63
        },
 
64
        {
 
65
            "created": "2011-01-01T01:02:03Z",
 
66
            "id": "a2459075-d96c-40d5-893e-577ff92e721c",
 
67
            "links": [
 
68
                {
 
69
                    "href": "%(host)s/v2/openstack/images/a2459075-d96c-40d5-893e-577ff92e721c",
 
70
                    "rel": "self"
 
71
                },
 
72
                {
 
73
                    "href": "%(host)s/openstack/images/a2459075-d96c-40d5-893e-577ff92e721c",
 
74
                    "rel": "bookmark"
 
75
                },
 
76
                {
 
77
                    "href": "%(glance_host)s/openstack/images/a2459075-d96c-40d5-893e-577ff92e721c",
 
78
                    "rel": "alternate",
 
79
                    "type": "application/vnd.openstack.image"
 
80
                }
 
81
            ],
 
82
            "metadata": {
 
83
                "kernel_id": "nokernel",
 
84
                "ramdisk_id": "nokernel"
 
85
            },
 
86
            "minDisk": 0,
 
87
            "minRam": 0,
 
88
            "name": "fakeimage123456",
 
89
            "progress": 100,
 
90
            "status": "ACTIVE",
 
91
            "updated": "2011-01-01T01:02:03Z"
 
92
        },
 
93
        {
 
94
            "created": "2011-01-01T01:02:03Z",
 
95
            "id": "a440c04b-79fa-479c-bed1-0b816eaec379",
 
96
            "links": [
 
97
                {
 
98
                    "href": "%(host)s/v2/openstack/images/a440c04b-79fa-479c-bed1-0b816eaec379",
 
99
                    "rel": "self"
 
100
                },
 
101
                {
 
102
                    "href": "%(host)s/openstack/images/a440c04b-79fa-479c-bed1-0b816eaec379",
 
103
                    "rel": "bookmark"
 
104
                },
 
105
                {
 
106
                    "href": "%(glance_host)s/openstack/images/a440c04b-79fa-479c-bed1-0b816eaec379",
 
107
                    "rel": "alternate",
 
108
                    "type": "application/vnd.openstack.image"
 
109
                }
 
110
            ],
 
111
            "metadata": {
 
112
                "architecture": "x86_64",
 
113
                "auto_disk_config": "False",
 
114
                "kernel_id": "nokernel",
 
115
                "ramdisk_id": "nokernel"
 
116
            },
 
117
            "minDisk": 0,
 
118
            "minRam": 0,
 
119
            "name": "fakeimage6",
 
120
            "progress": 100,
 
121
            "status": "ACTIVE",
 
122
            "updated": "2011-01-01T01:02:03Z"
 
123
        },
 
124
        {
 
125
            "created": "2011-01-01T01:02:03Z",
 
126
            "id": "c905cedb-7281-47e4-8a62-f26bc5fc4c77",
 
127
            "links": [
 
128
                {
 
129
                    "href": "%(host)s/v2/openstack/images/c905cedb-7281-47e4-8a62-f26bc5fc4c77",
 
130
                    "rel": "self"
 
131
                },
 
132
                {
 
133
                    "href": "%(host)s/openstack/images/c905cedb-7281-47e4-8a62-f26bc5fc4c77",
 
134
                    "rel": "bookmark"
 
135
                },
 
136
                {
 
137
                    "href": "%(glance_host)s/openstack/images/c905cedb-7281-47e4-8a62-f26bc5fc4c77",
 
138
                    "rel": "alternate",
 
139
                    "type": "application/vnd.openstack.image"
 
140
                }
 
141
            ],
 
142
            "metadata": {
 
143
                "kernel_id": "155d900f-4e14-4e4c-a73d-069cbf4541e6",
 
144
                "ramdisk_id": null
 
145
            },
 
146
            "minDisk": 0,
 
147
            "minRam": 0,
 
148
            "name": "fakeimage123456",
 
149
            "progress": 100,
 
150
            "status": "ACTIVE",
 
151
            "updated": "2011-01-01T01:02:03Z"
 
152
        },
 
153
        {
 
154
            "created": "2011-01-01T01:02:03Z",
 
155
            "id": "cedef40a-ed67-4d10-800e-17455edce175",
 
156
            "links": [
 
157
                {
 
158
                    "href": "%(host)s/v2/openstack/images/cedef40a-ed67-4d10-800e-17455edce175",
 
159
                    "rel": "self"
 
160
                },
 
161
                {
 
162
                    "href": "%(host)s/openstack/images/cedef40a-ed67-4d10-800e-17455edce175",
 
163
                    "rel": "bookmark"
 
164
                },
 
165
                {
 
166
                    "href": "%(glance_host)s/openstack/images/cedef40a-ed67-4d10-800e-17455edce175",
 
167
                    "rel": "alternate",
 
168
                    "type": "application/vnd.openstack.image"
 
169
                }
 
170
            ],
 
171
            "metadata": {
 
172
                "kernel_id": "nokernel",
 
173
                "ramdisk_id": "nokernel"
 
174
            },
 
175
            "minDisk": 0,
 
176
            "minRam": 0,
 
177
            "name": "fakeimage123456",
 
178
            "progress": 100,
 
179
            "status": "ACTIVE",
 
180
            "updated": "2011-01-01T01:02:03Z"
 
181
        },
 
182
        {
 
183
            "created": "2011-01-01T01:02:03Z",
 
184
            "id": "76fa36fc-c930-4bf3-8c8a-ea2a2420deb6",
 
185
            "links": [
 
186
                {
 
187
                    "href": "%(host)s/v2/openstack/images/76fa36fc-c930-4bf3-8c8a-ea2a2420deb6",
 
188
                    "rel": "self"
 
189
                },
 
190
                {
 
191
                    "href": "%(host)s/openstack/images/76fa36fc-c930-4bf3-8c8a-ea2a2420deb6",
 
192
                    "rel": "bookmark"
 
193
                },
 
194
                {
 
195
                    "href": "%(glance_host)s/openstack/images/76fa36fc-c930-4bf3-8c8a-ea2a2420deb6",
 
196
                    "rel": "alternate",
 
197
                    "type": "application/vnd.openstack.image"
 
198
                }
 
199
            ],
 
200
            "metadata": {
 
201
                "kernel_id": "nokernel",
 
202
                "ramdisk_id": "nokernel"
 
203
            },
 
204
            "minDisk": 0,
 
205
            "minRam": 0,
 
206
            "name": "fakeimage123456",
 
207
            "progress": 100,
 
208
            "status": "ACTIVE",
 
209
            "updated": "2011-01-01T01:02:03Z"
 
210
        }
 
211
    ]
 
212
}