Missing firewall_driver definition triggers trunk driver exception
Bug #1934904 reported by
teluka
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Neutron Open vSwitch Charm |
Fix Released
|
Undecided
|
Edward Hope-Morley |
Bug Description
When disable-
[securitygroup]
{% if neutron_
enable_
firewall_driver = {{ firewall_driver }}
{% else -%}
enable_
{% endif -%}
That will trigger the following exception in the ovs trunk driver code when creating the trunk ports.
https:/
The following conditional statement raises the exception.
tags: | added: sts |
Changed in charm-neutron-openvswitch: | |
assignee: | nobody → Edward Hope-Morley (hopem) |
milestone: | none → 21.10 |
Changed in charm-neutron-openvswitch: | |
milestone: | 21.10 → 21.04 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
A possible solution would be to use noop driver.
[securitygroup] security_ groups and not enable_dpdk -%} security_ group = True security_ group = False agent.firewall. NoopFirewallDri ver
{% if neutron_
enable_
firewall_driver = {{ firewall_driver }}
{% else -%}
enable_
firewall_driver = neutron.
{% endif -%}