canonical / juju-lint

Run checks against a juju model
GNU General Public License v3.0
0 stars 4 forks source link

neutron-api config for path-mtu gives false positive #223

Closed zxhdaze closed 6 months ago

zxhdaze commented 6 months ago

When linting a bundle generated on fce-templates it's possible to see this error:

ERROR Application neutron-api has incorrect setting for 'path-mtu': Expected 9000, got 1558

Talking with Nobuto, this is a false positive. path-mtu should be set to <= 1550 for ovs and set to <= 1558 to ovn.

SolQA will eventually update those values on BB (Bundle Builder) to differentiate ovs and ovn.