Skip to content
Snippets Groups Projects
Commit 59b058e2 authored by Jan Vondra's avatar Jan Vondra Committed by Viktor Michalek
Browse files

Neutron: Added loading ip6_tables kernel module

ip6_tables is needed for HybridFwDriver

Change-Id: I66c50b74a89c046dc59e59dd2422a80e0642ab72
parent 58b5acbf
No related branches found
No related tags found
No related merge requests found
---
- name: Load and persist ip6_tables module
include_role:
role: module-load
vars:
modules:
- {'name': ip6_tables}
when: neutron_services | select_services_enabled_and_mapped_to_host | list | intersect([ "neutron-l3-agent", "neutron-linuxbridge-agent", "neutron-openvswitch-agent" ]) | list | length > 0
- name: Setting sysctl values
become: true
vars:
......
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