← Back to team overview

openstack team mailing list archive

Re: nova-api crashes due to ImportError

 

Yep - that was it.  There was an old version in /etc/nova.
I copied the new version there and nova-api works now.


Thanks,
Andy


From: Brian Waldon [mailto:brian.waldon@xxxxxxxxxxxxx]
Sent: Wednesday, November 30, 2011 12:57 PM
To: Andy Bierman
Cc: openstack@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Openstack] nova-api crashes due to ImportError

You probably need to update your api-paste.ini file. Compare what you have to what you see here: https://github.com/openstack/nova/blob/master/etc/nova/api-paste.ini. I bet you're missing the Metadata section.

Brian


On Nov 30, 2011, at 3:08 PM, Andy Bierman wrote:


Hi,

I am running the code from yesterday (lp:nova) on Ubuntu 11.04 (x64).
All nova-* programs except nova-api are starting OK.
That program terminates because it cannot import 'metadatarequesthandler'.
See the trackback attached.  How can I get nova-api working?

thanks,
Andy

<log.txt>_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@xxxxxxxxxxxxxxxxxxx<mailto:openstack@xxxxxxxxxxxxxxxxxxx>
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


References