[SRU] neutron-l3-agent attempts to use non-existing --config-file=/etc/neutron/fwaas_driver.ini
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Cloud Archive |
Fix Released
|
High
|
Unassigned | ||
Victoria |
Fix Committed
|
High
|
Unassigned | ||
Wallaby |
Fix Released
|
High
|
Unassigned | ||
Xena |
Fix Released
|
High
|
Unassigned | ||
Yoga |
Fix Released
|
High
|
Unassigned | ||
neutron (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Hirsute |
Won't Fix
|
Undecided
|
Unassigned | ||
Impish |
Fix Released
|
High
|
Unassigned | ||
Jammy |
Fix Released
|
High
|
Unassigned |
Bug Description
[Impact]
Installing Openstack Xena following the official documentation for Ubuntu 20.04 (https:/
[Test Case]
Installing neutron with the following commands :
add-apt-repository cloud-archive:xena
apt update
apt install -y neutron-server neutron-plugin-ml2 neutron-
will reproduce the issue. (Neutron m3 agent will fail with an exception of 'file not found /etc/neutron/
The default /etc/neutron/
[DEFAULT]
interface_driver = openvswitch
systemctl restart neutron-l3-agent
sleep 60
systemctl status neutron-l3-agent
More information : https:/
[Regression Potential]
This is fixing a regression in the neutron package. neutron-fwaas support was removed in bug #1934129, however neutron-l3-agent wasn't updated to
deal with the removal of fwaas_driver.ini.
I don't foresee any regression issues with this fix if it tests successfully, and I've already tested the fix prior to uploading to jammy.
[Discussion]
This was reported against xena originally but affects all releases from victoria and above.
summary: |
- Neutron l3 agent keeps restarting (Xena) + neutron-l3-agent attempts to use non-existing --config- + file=/etc/neutron/fwaas_driver.ini |
summary: |
- neutron-l3-agent attempts to use non-existing --config- + [SRU] neutron-l3-agent attempts to use non-existing --config- file=/etc/neutron/fwaas_driver.ini |
description: | updated |
description: | updated |
Francois, Thanks for reporting this and apologies for the regression. We'll get this patched as soon as possible.
In the mean time you can edit /etc/init. d/neutron- l3-agent and drop /etc/neutron/ fwaas_driver. ini as a work-around.
Corey