
This patch contains keepalived container for yum-based distros. Change-Id: I8e3ea7a61ad6c27b25b635e7aeeff5ef04a807b4 Implements: blueprint keepalived-container
8 lines
247 B
Bash
Executable File
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
|