kolla/docker/common/keepalived/check_alive.sh
Martin André 02bd133206 Move keepalived common files to common dir
While not a problem in itself, all common files should be moved to
docker/common/keepalived to be more consistent with other containers.

Change-Id: I6176bbf30bf42c58d4480e7bf48b1c4625eb9a15
Closes-Bug: #1474213
2015-07-14 14:42:18 +09:00

8 lines
247 B
Bash
Executable File

#!/bin/bash
# This is noop check script. Change it to something meaningful.
# TODO (inc0): When HAProxy is implemented, this should be changed to HAProxy check
# https://github.com/stackforge/kolla/blob/master/specs/high-availability.rst
exit 0