Re: [Netstack] quantum + devstack broken by recent devstack commit

2012-03-26 Thread Yong Sheng Gong
I filed bugs https://bugs.launchpad.net/quantum/+bug/965202and https://bugs.launchpad.net/devstack/+bug/965199There are descriptions that should meet our concerns.Thanks-Dan Wendlandt wrote: -To: Yong Sheng Gong/China/IBM@IBMCNFrom: Dan Wendlandt Date: 03/26/2012 11:28PMCc: netstack@lists.

Re: [Netstack] quantum + devstack broken by recent devstack commit

2012-03-26 Thread Dan Wendlandt
Hi On Mon, Mar 26, 2012 at 3:15 AM, Yong Sheng Gong wrote: > Quantum should accept the --config-file=/etc/quantum/quantum.conf argument > and the plugin.ini should be found under the same directory with > quantum.conf > > So we have two bugs: > 1.stack.sh, should be "screen_it q-svc "cd $QUANT

Re: [Netstack] quantum + devstack broken by recent devstack commit

2012-03-26 Thread Yong Sheng Gong
Quantum should accept the --config-file=/etc/quantum/quantum.conf argument and the plugin.ini should be found under the same directory with quantum.confSo  we have two bugs:1.stack.sh, should  be "screen_it q-svc "cd $QUANTUM_DIR && PYTHONPATH=.:$QUANTUM_CLIENT_DIR:$PYTHONPATH python $QUANTUM_DIR/b

[Netstack] quantum + devstack broken by recent devstack commit

2012-03-26 Thread Dan Wendlandt
This commit from friday seems to have broken quantum + devstack in a subtle way: https://github.com/openstack-dev/devstack/commit/17ff9763da677f3db0339a395c558cdb881d5d56 It changes stack.sh so that quantum config files are copied to /etc/quantum and edited, rather than edited directly in /opt/sta