Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Michael Basnight
Devstack is caught up for ubuntu. We (trove) had success in a fresh vm. On Aug 5, 2013, at 12:07 PM, Jessica Lucci wrote: > I tried to run devstack on an Ubuntu 12.04 64 bit install yesterday, and got > the same error. There's an issue with the way devstack determines general > dependencies fr

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Steve Sonnenberg
After removing the system packages (Ubuntu-precise); python-netaddr, and python-cmd2 It used the packages installed by pip in /usr/local/lib/python2.7/disk-packages and nova-api started up. Thanks, -s On Mon, Aug 5, 2013 at 3:14 PM, Steve Sonnenberg wrote: > Ubuntu-precise > > pip uninstall n

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Jessica Lucci
I tried to run devstack on an Ubuntu 12.04 64 bit install yesterday, and got the same error. There's an issue with the way devstack determines general dependencies from the combined dependencies of all the openstack projects. I think nova changed some dependencies recently, and devstack hasn't q

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Steve Sonnenberg
Ubuntu-precise pip uninstall netaddr Can't uninstall 'netaddr'. No files were found to uninstall Trying 'apt-get update', ./unstack.sh, ./stack.sh, it still failed. On Ubuntu 13.04, I got a failure doing 'keystone service-create --name keystone --type identity --description 'Keystone Identity Se

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread contact
https://github.com/openstack-dev/devstack/commit/60aba9cb6a251b72a73a0c52f6c77c5356d6dcfc This commit solved the problem. Try a "git pull" inside your devstack folder and then try to reinstall. On Mon, 05 Aug 2013 20:31:31 +0200, Christian Berendt wrote: > On 08/05/2013 08:10 PM, Steve Sonnenber

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Dean Troyer
On Mon, Aug 5, 2013 at 1:10 PM, Steve Sonnenberg wrote: > Can anyone explain why I can't get a brand new devstack install up an > running. Which OS? There are still some known problems on Fedora and RHEL while we sort out the python dependency conflicts, although I haven't seen that particular fa

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Christian Berendt
On 08/05/2013 08:10 PM, Steve Sonnenberg wrote: 2013-08-05 13:05:04.246 TRACE stevedore.extension VersionConflict: (netaddr 0.7.5 (/usr/lib/python2.7/dist-packages), Requirement.parse('netaddr>=0.7.6')) At least on my devstack system (Ubuntu 13.04) is python-netaddr available in version 0.7.7.

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Aaron Rosen
2013-08-05 13:05:04.246 TRACE stevedore.extension VersionConflict: (netaddr 0.7.5 (/usr/lib/python2.7/dist-packages), Requirement.parse('netaddr>=0.7.6')) Try running: pip uninstall netaddr then ./unstack.sh ; ./stack.sh On Mon, Aug 5, 2013 at 11:10 AM, Steve Sonnenberg wrote: > Can anyone expl

[Openstack] devstack won't startup nova-api

2013-08-05 Thread Steve Sonnenberg
Can anyone explain why I can't get a brand new devstack install up an running. Waiting for nova-api to start... ... nova-api did not start This is the first failure when running /usr/local/bin/nova-api at the command line. Thanks 2013-08-05 13:05:04.210 WARNING keystoneclient.middleware.auth_tok