02bd133206
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
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
|