Hi Lorin, Glance has it's own ways to upload objects : Here are the available ways to do it : Startimg upload glance -v add name="ubuntu-10.10-amd64" is_public=true < /root/maverick-server-uec-amd64.tar.gz # OR add property (ex. distro) glance -v add name="ubuntu-10.10-amd64" is_public=true distro="ubuntu 10.10" < /root/maverick-server-uec-amd64.tar.gz # Upload from other URL glance -v add name="uubntu-10.04-amd64" is_public=true location="http://uec-images.ubuntu.com/lucid/current/lucid-server-uec-amd64.tar.gz" # Upload qcow2 glance -v add name="ubuntu-11.04-amd64" is_public=true distro="ubuntu 11.04" disk_format="qcow2" < /data/images/rock_natty.qcow2 # Other glance-upload --type=kernel ./maverick-server-uec-amd64-vmlinuz-virtual maverick-server-uec-amd64-vmlinuz-virtual glance-upload --type=ramdisk ./maverick-server-uec-amd64-loader maverick-server-uec-amd64-loader glance-upload --type=machine --kernel=7 --ramdisk=8 ./maverick-server-uec-amd64.img maverick-server-uec-amd64.img glance-upload --type=raw --kernel=nokernel --ramdisk=noramdisk ./maverick-server-uec-amd64.img maverick-server-uec-amd64.img_v2 You can also use nova-manage image ... (image_upload/ ramdisk_upload/ kernel_upload)
Nuage & Co - Razique Mahroua
![]() Le 22 nov. 2011 à 16:57, Jay Pipes a écrit :
|
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp