How does the tacker.conf work when restart tacker service

Asked by guzi

Hi
I shut down tacker service and restart it by using this command:

/usr/local/bin/tacker-server --config-file /etc/tacker/tacker.conf & echo $! >/opt/stack/status/stack/tacker.pid; fg || echo "tacker failed to start" | tee "/opt/stack/status/stack/tacker.failure"

we can see tacker.conf is the config file as a parameter for function "main()" in /tacker/cmd/server.py but before "main()" runs,

the code "from tacker.common import config " register core_opts , i want to know where it get the configure to register .

Besides, i delete all contents in "/etc/tacker/tacker.conf" and restart tacker service, tacker also work fine. why does

"tacker.conf" not work?

sorry, I make a mistake, i have solved this problem, thank you

Question information

Language:
English Edit question
Status:
Expired
For:
tacker Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.