← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1643597] [NEW] Q_PLUGIN_EXTRA_CONF_FILES issue in vpnaas

 

Public bug reported:

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

** Affects: neutron
     Importance: Undecided
     Assignee: YAMAMOTO Takashi (yamamoto)
         Status: In Progress


** Tags: vpnaas

** Tags added: vpnaas

-- 
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:
  In Progress

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


Follow ups