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

2013-08-02 Thread James Kyle
Following up on my own thread, the fix can be integrated into ./stack.sh by adding this to the localrc: # FIXES: https://bugs.launchpad.net/neutron/+bug/1206013 OSLOCFG_REPO=https://github.com/openstack/oslo.config.git OSLOCFG_BRANCH=1.2.0a3 If you've already run stack, might have to set

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

2013-08-02 Thread Monty Taylor
On 08/02/2013 01:06 PM, James Kyle wrote: Following up on my own thread, the fix can be integrated into ../stack.sh by adding this to the localrc: # FIXES: https://bugs.launchpad.net/neutron/+bug/1206013 OSLOCFG_REPO=https://github.com/openstack/oslo.config.git OSLOCFG_BRANCH=1.2.0a3

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

2013-08-01 Thread James Kyle
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

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

2013-08-01 Thread James Kyle
Sorry, I cleaned them out after resolving. Kyle helped me with the bug: 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 It's tracked