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

Merge "Load ip_vs module for keepalived"

parents 7541da8f c4611eca
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
volumes:
- "{{ node_config_directory }}/keepalived/:/opt/kolla/keepalived/:ro"
- "/run:/run"
- "/lib/modules:/lib/modules:ro"
env:
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
......
......@@ -10,4 +10,6 @@ source /opt/kolla/kolla-common.sh
# Execute config strategy
set_configs
modprobe ip_vs
exec $CMD $ARGS
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