Skip to content
Snippets Groups Projects
Commit 7bee043b authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix the path of firewall plugin in kolla-ansible."

parents fd575d79 22e32353
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ service_plugins:
enabled: "{{ neutron_plugin_agent == 'sfc' }}"
- name: "neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2"
enabled: "{{ enable_neutron_lbaas | bool }}"
- name: "neutron.services.firewall.fwaas_plugin.FirewallPlugin"
- name: "neutron_fwaas.services.firewall.fwaas_plugin.FirewallPlugin"
enabled: "{{ enable_neutron_fwaas | bool }}"
- name: "neutron_vpnaas.services.vpn.plugin.VPNDriverPlugin"
enabled: "{{ enable_neutron_vpnaas | bool }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment