Add /lib/modules to neutron_openvswitch_agent
On many systems IPv6 related modules are not loaded by default. Usually when one runs ip6tables-* commands required modules are probed. In neutron_openvswitch_agent container /lib/modules does not exist. The commands fail to process ip6 firewall rules as consequence. Change-Id: Ic4e72eb4f5304f013b7a09ddd31794cfafa67e0b Closes-Bug: #1615715
This commit is contained in:
parent
a671320788
commit
91789c4dfd
@ -38,6 +38,7 @@ neutron_services:
|
||||
volumes:
|
||||
- "{{ node_config_directory }}/neutron-openvswitch-agent/:{{ container_config_directory }}/:ro"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
- "/lib/modules:/lib/modules:ro"
|
||||
- "/run:/run:shared"
|
||||
- "kolla_logs:/var/log/kolla/"
|
||||
neutron-sfc-agent:
|
||||
|
Loading…
Reference in New Issue
Block a user