Remove note about migration from lib/neutron-legacy to lib/neutron

In [1] we finally got rid of the unfinished lib/neutron module and kept
only lib/neutron-legacy. It's renamed to lib/neutron now and it's the
only neutron related module in Devstack.
So this patch removes left over todo comments about things to do when
migration to the new lib/neutron module will be finished.

[1] https://review.opendev.org/c/openstack/devstack/+/865014

Change-Id: I7913f4b0426624c1486efd027d6c412dfa296a06
This commit is contained in:
Sławek Kapłoński 2022-12-20 11:13:40 +01:00
parent d248ef3694
commit 9326c70da5
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ function configure_fwaas_v2() {
iniset_multiline $Q_L3_CONF_FILE fwaas driver $FWAAS_DRIVER_V2
fi
if is_service_enabled q-agt; then
# TODO(hoangcx) we can remove the slashes below once neutron-legacy has gone
iniset /$NEUTRON_CORE_PLUGIN_CONF fwaas firewall_l2_driver $FW_L2_DRIVER
iniset /$NEUTRON_CORE_PLUGIN_CONF agent extensions fwaas_v2
fi