Reviewed: https://review.openstack.org/590656 Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=e63882d43cec7dc1c966efcef8b16dc52f1ec965 Submitter: Zuul Branch: master
commit e63882d43cec7dc1c966efcef8b16dc52f1ec965 Author: Yushiro FURUKAWA <[email protected]> Date: Fri Aug 10 14:58:43 2018 +0900 Load neutron_fwaas.conf with '--config-file' for neutron-server This commit enables to load neutron_fwaas.conf for neutron-server correctly and 'FIREWALL_V2' will be registered into service_provider. Closes-Bug: #1786413 Co-Authored-By: Cao Xuan Hoang <[email protected]> Change-Id: I9401a797f1aff1b7c603b8795f9c603289e4589e ** 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/1786413 Title: Cannot load neutron_fwaas.conf by neutron-api Status in neutron: Fix Released 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/[email protected] ...(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 : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

