neutron/neutron/cmd/upgrade_checks
Slawek Kaplonski ef97019c92 Add upgrade check for extra DHCP options
Some time ago with patches [1] and [2] we trimmed extra_dhcp_opt name
and value to first newline character before using them in the dnsmasq
and later added API validator to not allow such names and/or values with
newline character in it at all.
This patch adds upgrade check to warn users if they have old entries
with newline characters in the database already.

Related-Bug: #1939733

[1] https://review.opendev.org/c/openstack/neutron/+/806746
[2] https://review.opendev.org/c/openstack/neutron-lib/+/811708

Change-Id: I9a45d918b5a90f8fc50a9ec43b2a67cf582eb369
2022-01-13 20:40:42 +01:00
..
__init__.py Upgrade check command - add support for 3rd party checks 2018-12-18 11:23:03 +01:00
base.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
checks.py Add upgrade check for extra DHCP options 2022-01-13 20:40:42 +01:00