
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
11 lines
223 B
Ruby
11 lines
223 B
Ruby
Puppet::Type.type(:swift_internal_client_config).provide(
|
|
:ini_setting,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/swift/internal-client.conf'
|
|
end
|
|
|
|
end
|