Pull teeth. Replace with onmetal.

This commit is contained in:
Alex Crawford 2014-07-21 18:13:10 -07:00
parent 946797f5d9
commit 712c1a3d9b
2 changed files with 6 additions and 6 deletions

View File

@ -80,7 +80,7 @@
"blocks":"33587200" "blocks":"33587200"
} }
}, },
"teeth":{ "onmetal":{
"7":{ "7":{
"label":"config-2", "label":"config-2",
"type":"data", "type":"data",

View File

@ -13,8 +13,8 @@ VALID_IMG_TYPES=(
qemu qemu
qemu_no_kexec qemu_no_kexec
rackspace rackspace
rackspace_onmetal
rackspace_vhd rackspace_vhd
teeth
vagrant vagrant
vagrant_vmware_fusion vagrant_vmware_fusion
virtualbox virtualbox
@ -158,10 +158,10 @@ IMG_rackspace_vhd_BOOT_KERNEL=0
IMG_rackspace_vhd_DISK_FORMAT=vhd IMG_rackspace_vhd_DISK_FORMAT=vhd
IMG_rackspace_vhd_OEM_PACKAGE=oem-rackspace IMG_rackspace_vhd_OEM_PACKAGE=oem-rackspace
## teeth ## rackspace onmetal
IMG_teeth_DISK_FORMAT=qcow2 IMG_rackspace_onmetal_DISK_FORMAT=qcow2
IMG_teeth_DISK_LAYOUT=teeth IMG_rackspace_onmetal_DISK_LAYOUT=onmetal
IMG_teeth_OEM_PACKAGE=oem-rackspace-teeth IMG_rackspace_onmetal_OEM_PACKAGE=oem-rackspace-onmetal
########################################################### ###########################################################