Re: [Openstack] [OpenStack][Glance] Uploading image to glance reports invalid options- kernel_id, ramdisk_id

2012-11-01 Thread Brian Waldon
ot;prop" option a month back when I was trying to install a setup. > > Regards, > Ahmed. > > > From: Brian Waldon > Date: Thursday, November 1, 2012 10:49 AM > To: Ahmed Al-Mehdi > Cc: "openstack@lists.launchpad.net" > Subject: Re: [Openstack] [OpenStac

Re: [Openstack] [OpenStack][Glance] Uploading image to glance reports invalid options- kernel_id, ramdisk_id

2012-11-01 Thread Ahmed Al-Mehdi
ldon mailto:bcwal...@gmail.com>> Date: Thursday, November 1, 2012 10:49 AM To: Ahmed Al-Mehdi mailto:ah...@coraid.com>> Cc: "openstack@lists.launchpad.net<mailto:openstack@lists.launchpad.net>" mailto:openstack@lists.launchpad.net>> Subject: Re: [Openstack] [OpenS

Re: [Openstack] [OpenStack][Glance] Uploading image to glance reports invalid options- kernel_id, ramdisk_id

2012-11-01 Thread Ahmed Al-Mehdi
Just tried your suggestion, no change. Odd thing is, these same setup commands, to load an image into glance worked for me a month back. root@bodega:~/ahmed/temp# glance image-create --name="tty-linux" --disk-format=ami --container-format=ami --kernel-id=14652b05-0c27-45d1-b614-a059c9f4f7dc --ram

Re: [Openstack] [OpenStack][Glance] Uploading image to glance reports invalid options- kernel_id, ramdisk_id

2012-11-01 Thread Brian Waldon
You can set image properties with the '--prop' option. For this command, you need to use '--prop kernel_id=14652b05-0c27-45d1-b614-a059c9f4f7dc' and '--prop ramdisk_id=c0f6a4df-5051-49d3-855e-8627c6c15ba6'. On Nov 1, 2012, at 1:49 AM, Ahmed Al-Mehdi wrote: > Hello, > > I followed the steps in

Re: [Openstack] [OpenStack][Glance] Uploading image to glance reports invalid options- kernel_id, ramdisk_id

2012-11-01 Thread Vishvananda Ishaya
try --kernel-id not --kernel_id Vish On Nov 1, 2012, at 9:14 AM, Ahmed Al-Mehdi wrote: > I should have mentioned in my original post, I tried the same options by > pre-fixing with "--" , same issue. > > root@bodega:~/ahmed/temp# glance image-create --name="tty-linux" > --disk-format=ami --cont

Re: [Openstack] [OpenStack][Glance] Uploading image to glance reports invalid options- kernel_id, ramdisk_id

2012-11-01 Thread Ahmed Al-Mehdi
I should have mentioned in my original post, I tried the same options by pre-fixing with "--" , same issue. root@bodega:~/ahmed/temp# glance image-create --name="tty-linux" --disk-format=ami --container-format=ami --kernel_id=14652b05-0c27-45d1-b614-a059c9f4f7dc --ramdisk_id=c0f6a4df-5051-49d3-855

Re: [Openstack] [OpenStack][Glance] Uploading image to glance reports invalid options- kernel_id, ramdisk_id

2012-11-01 Thread DarkSinclair
Ahmed, all parameters require a double dash in front. append '--' to kernel_id and ramdisk_id. Regards, On 2012-11-01, at 4:49 AM, Ahmed Al-Mehdi wrote: Hello, I followed the steps in "OpenStack Install and Deploy Manual – Ubuntu" to instal glance. Section 6, sub-section "Verifying the ima