Merge "Compatible with ubuntu 18.04"
This commit is contained in:
commit
e3494638a2
@ -1,5 +1,6 @@
|
|||||||
|
{% set haproxy_cmd='/usr/sbin/haproxy -W -db' if kolla_base_distro in ['ubuntu'] else '/usr/sbin/haproxy-systemd-wrapper' %}
|
||||||
{
|
{
|
||||||
"command": "/usr/sbin/haproxy-systemd-wrapper -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid",
|
"command": "{{ haproxy_cmd }} -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid",
|
||||||
"config_files": [
|
"config_files": [
|
||||||
{
|
{
|
||||||
"source": "{{ container_config_directory }}/haproxy.cfg",
|
"source": "{{ container_config_directory }}/haproxy.cfg",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user