Merge "Load ip_vs module for keepalived"

This commit is contained in:
Jenkins 2015-08-20 08:38:57 +00:00 committed by Gerrit Code Review
commit 1b49b9572d
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -10,4 +10,6 @@ source /opt/kolla/kolla-common.sh
# Execute config strategy
set_configs
modprobe ip_vs
exec $CMD $ARGS