yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #61966
[Bug 1643597] Re: Q_PLUGIN_EXTRA_CONF_FILES issue in vpnaas
Reviewed: https://review.openstack.org/342512
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=fb30a7a64fe4555a08a7dddf5fab1e8be8d58db0
Submitter: Jenkins
Branch: master
commit fb30a7a64fe4555a08a7dddf5fab1e8be8d58db0
Author: YAMAMOTO Takashi <yamamoto@xxxxxxxxxxxx>
Date: Fri Jul 15 10:59:38 2016 +0900
devstack: Add neutron server config explicitly
Use neutron_server_config_add instead of Q_PLUGIN_EXTRA_CONF_FILES.
Closes-Bug: #1643597
Partial-Bug: #1599936
Depends-On: I90112823ef96ae2fba97d7b09b00bec8cb816d8d
Change-Id: If0bf812aac9f32011306face743218fe5f8b2aa8
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1643597
Title:
Q_PLUGIN_EXTRA_CONF_FILES issue in vpnaas
Status in neutron:
Fix Released
Bug description:
the way neutron-vpnaas devstack plugin configures Q_PLUGIN_EXTRA_CONF_FILES
causes errors like the following if there are multiple devstack plugins using
the variable.
/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/midonet/midonet.ini --config-file /etc/neutron/neutron_lbaas.confneutron_vpnaas.conf --config-file /etc/neutron/services_lbaas.conf
Guru meditation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
Traceback (most recent call last):
File "/usr/local/bin/neutron-server", line 10, in <module>
sys.exit(main())
File "/opt/stack/neutron/neutron/cmd/eventlet/server/__init__.py", line 22, in main
server.boot_server(_main_neutron_server)
File "/opt/stack/neutron/neutron/server/__init__.py", line 29, in boot_server
config.init(sys.argv[1:])
File "/opt/stack/neutron/neutron/common/config.py", line 81, in init
**kwargs)
File "/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2297, in __call__
raise ConfigFilesNotFoundError(self._namespace._files_not_found)
oslo_config.cfg.ConfigFilesNotFoundError: Failed to find some config files: /etc/neutron/neutron_lbaas.confneutron_vpnaas.conf
q-svc failed to start
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1643597/+subscriptions
References