quantum config is broken after being moved to /etc

Bug #965199 reported by yong sheng gong
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
devstack
Fix Released
Low
dan wendlandt

Bug Description

quantum-server receives config file by --config-file option. Current stack.sh uses the wrong command line to specify the config fle.

so instead of screen_it q-svc "cd $QUANTUM_DIR && PYTHONPATH=.:$QUANTUM_CLIENT_DIR:$PYTHONPATH python $QUANTUM_DIR/bin/quantum-server $QUANTUM_CONF_DIR/quantum.conf"
we should use screen_it q-svc "cd $QUANTUM_DIR && PYTHONPATH=.:$QUANTUM_CLIENT_DIR:$PYTHONPATH python $QUANTUM_DIR/bin/quantum-server --config-file=$QUANTUM_CONF_DIR/quantum.conf"

Revision history for this message
yong sheng gong (gongysh) wrote :

https://bugs.launchpad.net/quantum/+bug/965202 is for quantum-server to accept a specified plugins.ini in quantum.conf

Dean Troyer (dtroyer)
Changed in devstack:
status: New → Confirmed
importance: Undecided → Low
assignee: nobody → Dean Troyer (dtroyer)
Revision history for this message
dan wendlandt (danwent) wrote :

I don't believe quantum supports the --config-file flag, this is just a proposal at this point, right yong?

Please do not make this change to devstack until we clear this up.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to devstack (master)

Fix proposed to branch: master
Review: https://review.openstack.org/6178

Changed in devstack:
assignee: Dean Troyer (dtroyer) → dan wendlandt (danwent)
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (master)

Reviewed: https://review.openstack.org/6178
Committed: http://github.com/openstack-dev/devstack/commit/8a5c93f6a1266d23cfd3ef5a4ef853c7c3d61dd2
Submitter: Jenkins
Branch: master

commit 8a5c93f6a1266d23cfd3ef5a4ef853c7c3d61dd2
Author: Dan Wendlandt <email address hidden>
Date: Tue Apr 3 11:54:21 2012 -0700

    bug 965199: quantum devstack broken by previous commit that moved config files

    Change-Id: Id323e53d206304f4628e5710bb60252c48e4b615

Changed in devstack:
status: In Progress → Fix Committed
Dean Troyer (dtroyer)
Changed in devstack:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.