remove useless comments

Cleanup comments so it won't end in the wrong section.

Change-Id: I02d59a58d0e8b72eda6f7d7370c6465ee1ce2462
This commit is contained in:
Marc Gariepy 2018-11-30 09:47:08 -05:00
parent a8bbde4226
commit b7115c85e7
1 changed files with 0 additions and 1 deletions

View File

@ -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 %}