[openstack-dev] [Neutron] devstack + neutron fails on firewall_driver

Kyle Mestery (kmestery) kmestery at cisco.com
Thu Aug 1 17:03:02 UTC 2013


On Aug 1, 2013, at 11:51 AM, James Kyle <james at jameskyle.org> wrote:

> Morning,
> 
> I'm having some issues getting devstack + neutron going. 
> 
> If I don't use Q_USE_DEBUG_COMMAND, it completes and notes that the l3 agent has failed to start. Here's a paste of the stack.sh error and the stack trace from q-l3 => https://gist.github.com/jameskyle/6133049
> 
> If I do use the debug command, this is the error/logs I get: https://gist.github.com/jameskyle/6133125
> 
> And this is my localrc https://gist.github.com/jameskyle/6133134
> 
> Currently running on an ubuntu 12.04 vm. 
> 
> The behavior is somewhat recent, last week or so. But I can't find any references to the issue in bugs.
> 
> Thanks for any input!
> 
This fixed it for me:

cd /usr/local/lib/python2.7/dist-packages
sudo rm -rf oslo*
sudo pip install --upgrade http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3

Thanks,
Kyle

> Cheers,
> 
> -james
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




More information about the OpenStack-dev mailing list