Merge "Haproxy: fix haproxy_cmd for Debian"
This commit is contained in:
commit
c8509dbeac
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
{% set haproxy_cmd='/usr/sbin/haproxy -W -db' if kolla_base_distro in ['ubuntu'] else '/usr/sbin/haproxy-systemd-wrapper' %}
|
{% set haproxy_cmd='/usr/sbin/haproxy -W -db' if kolla_base_distro in ['debian', 'ubuntu'] else '/usr/sbin/haproxy-systemd-wrapper' %}
|
||||||
|
|
||||||
# We need to run haproxy with one `-f` for each service, because including an
|
# We need to run haproxy with one `-f` for each service, because including an
|
||||||
# entire config directory was not a feature until version 1.7 of HAProxy.
|
# entire config directory was not a feature until version 1.7 of HAProxy.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user