
This change introduces capability to customize internal-client.conf, which is used by several daemon processes like container-sharder. Closes-Bug: #1986599 Related-Bug: #1921319 Change-Id: I200e3a4ff323a07778ec6c4d7dd96824c72a12cf
16 lines
263 B
Puppet
16 lines
263 B
Puppet
#
|
|
# Configure swift proxy-logging.
|
|
#
|
|
# == Authors
|
|
#
|
|
# Joe Topjian joe@topjian.net
|
|
#
|
|
class swift::internal_client::proxy_logging {
|
|
|
|
include swift::deps
|
|
|
|
swift_internal_client_config {
|
|
'filter:proxy-logging/use': value => 'egg:swift#proxy_logging';
|
|
}
|
|
}
|