How to restart quantum when /etc/quantum/quantum.conf is modified

Asked by Ritesh Shetty

How to restart quantum when /etc/quantum/quantum.conf is modified

i tried sudo service quantum-server restart
but this service is not runining (i have installed using devstack dont know if it affects)

Question information

Language:
English Edit question
Status:
Solved
For:
neutron Edit question
Assignee:
No assignee Edit question
Solved by:
Sumit Naiksatam
Solved:
Last query:
Last reply:
Revision history for this message
Eugene Nikanorov (enikanorov) said :
#1

If you're using devstack, you may run:
# ~/devstack: ./rejoin_stack.sh

go to screen tab with "q-svc", press ctrl-c and then run previous command in that screen.

Revision history for this message
Salvatore Orlando (salvatore-orlando) said :
#2

Hi Ritesh,

to add more context to Eugene's answer, devstack does not install in your system the init.d script, as it installs code from sources rather than from package.

You should be able to restart quantum with 'service quantum-server restart' when you install it from packages.

Revision history for this message
Ritesh Shetty (ritesh-s-shetty) said :
#3

Hi Salvatore,
Is there any documentation to install Quantum using packages ?

Revision history for this message
Best Sumit Naiksatam (snaiksat) said :
#4
Revision history for this message
Ritesh Shetty (ritesh-s-shetty) said :
#5

Thanks Sumit Naiksatam, that solved my question.