diff options
Diffstat (limited to 'manifests/haproxy.pp')
-rw-r--r-- | manifests/haproxy.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index aa95226..3fbd64e 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -608,6 +608,8 @@ class tripleo::haproxy ( # This code will be removed once we switch undercloud and overcloud to use both haproxy & keepalived roles. if $keepalived { include ::tripleo::keepalived + # Make sure keepalive starts before haproxy. + Class['::keepalived::service'] -> Class['::haproxy'] } # TODO(bnemec): When we have support for SSL on private and admin endpoints, |