From b7115c85e750ca55601299a82b4b2c398b3a8414 Mon Sep 17 00:00:00 2001 From: Marc Gariepy Date: Fri, 30 Nov 2018 09:47:08 -0500 Subject: [PATCH] remove useless comments Cleanup comments so it won't end in the wrong section. Change-Id: I02d59a58d0e8b72eda6f7d7370c6465ee1ce2462 --- templates/l3_agent.ini.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/l3_agent.ini.j2 b/templates/l3_agent.ini.j2 index 3a1b74d6..9ebad700 100644 --- a/templates/l3_agent.ini.j2 +++ b/templates/l3_agent.ini.j2 @@ -50,7 +50,6 @@ vpn_device_driver = {{ neutron_driver_vpnaas }} {% endif %} {% if neutron_port_forwarding|bool %} -# Port Fowarding {% set _ = l3_agent_plugins.append("port_forwarding") %} {% endif %}