
Change-Id: I785cb53d64cbf8dbc0fad97882f9fd0307982e5d Partially-Implements: blueprint replace-config-external
24 lines
694 B
Django/Jinja
24 lines
694 B
Django/Jinja
{
|
|
"command": "/usr/bin/swift-account-auditor /etc/swift/account-auditor.conf --verbose",
|
|
"config_files": [
|
|
{
|
|
"source": "/opt/kolla/swift/swift.conf",
|
|
"dest": "/etc/swift/swift.conf",
|
|
"owner": "swift",
|
|
"perm": "0640"
|
|
},
|
|
{
|
|
"source": "/opt/kolla/config_files/account.ring.gz",
|
|
"dest": "/etc/swift/account.ring.gz",
|
|
"owner": "swift",
|
|
"perm": "0640"
|
|
},
|
|
{
|
|
"source": "/opt/kolla/config_files/account-auditor.conf",
|
|
"dest": "/etc/swift/account-auditor.conf",
|
|
"owner": "swift",
|
|
"perm": "0640"
|
|
}
|
|
]
|
|
}
|