@@ -180,6 +180,29 @@ var ArchImage = os.Image{
180
180
MinRAM : 512 ,
181
181
Progress : 100 ,
182
182
Status : "ACTIVE" ,
183
+ Metadata : map [string ]string {
184
+ "auto_disk_config" : "True" ,
185
+ "cache_in_nova" : "True" ,
186
+ "com.rackspace__1__build_core" : "1" ,
187
+ "com.rackspace__1__build_managed" : "1" ,
188
+ "com.rackspace__1__build_rackconnect" : "1" ,
189
+ "com.rackspace__1__options" : "0" ,
190
+ "com.rackspace__1__platform_target" : "PublicCloud" ,
191
+ "com.rackspace__1__release_build_date" : "2014-10-01_12-31-03" ,
192
+ "com.rackspace__1__release_id" : "1007" ,
193
+ "com.rackspace__1__release_version" : "6" ,
194
+ "com.rackspace__1__source" : "kickstart" ,
195
+ "com.rackspace__1__visible_core" : "1" ,
196
+ "com.rackspace__1__visible_managed" : "1" ,
197
+ "com.rackspace__1__visible_rackconnect" : "1" ,
198
+ "image_type" : "base" ,
199
+ "org.openstack__1__architecture" : "x64" ,
200
+ "org.openstack__1__os_distro" : "com.ubuntu" ,
201
+ "org.openstack__1__os_version" : "14.04" ,
202
+ "os_distro" : "ubuntu" ,
203
+ "os_type" : "linux" ,
204
+ "vm_mode" : "xen" ,
205
+ },
183
206
}
184
207
185
208
// UbuntuImage is the second Image structure that should be parsed from ListOutput and
@@ -193,6 +216,29 @@ var UbuntuImage = os.Image{
193
216
MinRAM : 512 ,
194
217
Progress : 100 ,
195
218
Status : "ACTIVE" ,
219
+ Metadata : map [string ]string {
220
+ "auto_disk_config" : "True" ,
221
+ "cache_in_nova" : "True" ,
222
+ "com.rackspace__1__build_core" : "1" ,
223
+ "com.rackspace__1__build_managed" : "1" ,
224
+ "com.rackspace__1__build_rackconnect" : "1" ,
225
+ "com.rackspace__1__options" : "0" ,
226
+ "com.rackspace__1__platform_target" : "PublicCloud" ,
227
+ "com.rackspace__1__release_build_date" : "2014-10-01_12-31-03" ,
228
+ "com.rackspace__1__release_id" : "1007" ,
229
+ "com.rackspace__1__release_version" : "6" ,
230
+ "com.rackspace__1__source" : "kickstart" ,
231
+ "com.rackspace__1__visible_core" : "1" ,
232
+ "com.rackspace__1__visible_managed" : "1" ,
233
+ "com.rackspace__1__visible_rackconnect" : "1" ,
234
+ "image_type" : "base" ,
235
+ "org.openstack__1__architecture" : "x64" ,
236
+ "org.openstack__1__os_distro" : "com.ubuntu" ,
237
+ "org.openstack__1__os_version" : "14.04" ,
238
+ "os_distro" : "ubuntu" ,
239
+ "os_type" : "linux" ,
240
+ "vm_mode" : "xen" ,
241
+ },
196
242
}
197
243
198
244
// ExpectedImageSlice is the collection of images that should be parsed from ListOutput,
0 commit comments