94162bd08f
This brings Kolla images inline with FHS and should make finding locations of things more consistent and reliable with the linux world at large. Change-Id: Iece5b4da4bace0fb8b1f41a65ab2c852ec73e6f8 Closes-Bug: #1485742
12 lines
304 B
Django/Jinja
12 lines
304 B
Django/Jinja
{
|
|
"command": "/usr/sbin/keepalived -nld -p /run/keepalived.pid",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/keepalived.conf",
|
|
"dest": "/etc/keepalived/keepalived.conf",
|
|
"owner": "root",
|
|
"perm": "0644"
|
|
}
|
|
]
|
|
}
|