Public bug reported:

If we deploy devstack with neutron-fwaas(v2), neutron_fwaas.conf didn't
load from neutron-api/q-svc.service.  Therefore, when we enabled both
neutron-fwaas and neutron-vpnaas, failed to start neutron-
api/q-svc.service with the following error:

  No providers specified for 'FIREWALL_V2' service, exiting

Here is a sample of local.conf: http://paste.openstack.org/show/727445/

$ cat /etc/systemd/system/devstack@neutron-api.service 
...(snip)...
[Service]
ExecReload = /bin/kill -HUP $MAINPID
TimeoutStopSec = 300
KillMode = process
ExecStart = /usr/local/bin/neutron-server  --config-file 
/etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini
User = ubuntu
...(snip)...

It should be loaded as  "--config-file /etc/neutron/neutron_fwaas.conf"
for neutron-server.

** Affects: neutron
     Importance: Medium
     Assignee: Yushiro FURUKAWA (y-furukawa-2)
         Status: In Progress


** Tags: fwaas

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1786413

Title:
  Cannot load neutron_fwaas.conf by neutron-api

Status in neutron:
  In Progress

Bug description:
  If we deploy devstack with neutron-fwaas(v2), neutron_fwaas.conf
  didn't load from neutron-api/q-svc.service.  Therefore, when we
  enabled both neutron-fwaas and neutron-vpnaas, failed to start
  neutron-api/q-svc.service with the following error:

    No providers specified for 'FIREWALL_V2' service, exiting

  Here is a sample of local.conf:
  http://paste.openstack.org/show/727445/

  $ cat /etc/systemd/system/devstack@neutron-api.service 
  ...(snip)...
  [Service]
  ExecReload = /bin/kill -HUP $MAINPID
  TimeoutStopSec = 300
  KillMode = process
  ExecStart = /usr/local/bin/neutron-server  --config-file 
/etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini
  User = ubuntu
  ...(snip)...

  It should be loaded as  "--config-file
  /etc/neutron/neutron_fwaas.conf" for neutron-server.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1786413/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to