3d81353706
Change-Id: I785cb53d64cbf8dbc0fad97882f9fd0307982e5d Partially-Implements: blueprint replace-config-external
30 lines
881 B
Django/Jinja
30 lines
881 B
Django/Jinja
{
|
|
"command": "/usr/bin/swift-object-server /etc/swift/object-server.conf --verbose",
|
|
"config_files": [
|
|
{
|
|
"source": "/opt/kolla/swift/swift.conf",
|
|
"dest": "/etc/swift/swift.conf",
|
|
"owner": "swift",
|
|
"perm": "0640"
|
|
},
|
|
{
|
|
"source": "/opt/kolla/config_files/container.ring.gz",
|
|
"dest": "/etc/swift/container.ring.gz",
|
|
"owner": "swift",
|
|
"perm": "0640"
|
|
},
|
|
{
|
|
"source": "/opt/kolla/config_files/object.ring.gz",
|
|
"dest": "/etc/swift/object.ring.gz",
|
|
"owner": "swift",
|
|
"perm": "0640"
|
|
},
|
|
{
|
|
"source": "/opt/kolla/config_files/object-server.conf",
|
|
"dest": "/etc/swift/object-server.conf",
|
|
"owner": "swift",
|
|
"perm": "0640"
|
|
}
|
|
]
|
|
}
|