
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
24 lines
716 B
Django/Jinja
24 lines
716 B
Django/Jinja
{
|
|
"command": "/usr/bin/swift-account-auditor /etc/swift/account-auditor.conf --verbose",
|
|
"config_files": [
|
|
{
|
|
"source": "/var/lib/kolla/swift/swift.conf",
|
|
"dest": "/etc/swift/swift.conf",
|
|
"owner": "swift",
|
|
"perm": "0640"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/account.ring.gz",
|
|
"dest": "/etc/swift/account.ring.gz",
|
|
"owner": "swift",
|
|
"perm": "0640"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/account-auditor.conf",
|
|
"dest": "/etc/swift/account-auditor.conf",
|
|
"owner": "swift",
|
|
"perm": "0640"
|
|
}
|
|
]
|
|
}
|