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