[Openstack] euca-describe-images help?

2011-05-09 Thread Yang, Fred
Hi, I am installing nova from the latest source trunk following http://wiki.openstack.org/InstallFromSource as a newbie and is having euca-describe-images issue, can someone enlighten me? The environment is single node installation with Ubuntu 10.10 fred@stocky1:~/openstack/nova$ ls -R

Re: [Openstack] euca-describe-images help?

2011-05-09 Thread Ken Pepple
On May 9, 2011, at 3:34 PM, Yang, Fred wrote: Is the images path incorrect? I have also tried execute command by step into ~/images it looks like your image directories are in the old format. try using 'nova-manage image convert' with the appropriate directory name as the argument. if it

Re: [Openstack] euca-describe-images help?

2011-05-09 Thread Todd Willey
Looks like the directories need to be named base 16. See nova/images/local.py line 60 (in trunk). On Mon, May 9, 2011 at 6:34 PM, Yang, Fred fred.y...@intel.com wrote: Hi, I am installing nova from the latest source trunk following http://wiki.openstack.org/InstallFromSource as a newbie

Re: [Openstack] euca-describe-images help?

2011-05-09 Thread Dan Prince
the conversion yourself. Hope this helps. Dan -Original Message- From: Todd Willey t...@ansolabs.com Sent: Monday, May 9, 2011 7:32pm To: Yang, Fred fred.y...@intel.com Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net Subject: Re: [Openstack] euca-describe-images help? Looks