This replaces the provider implementation of placement_config type so that MultiStrOpt, which is used by several options like - oslo_policy/policy_dirs are handled correctly. Change-Id: I3ef14d2c58735829ecbeed2cfe53515e57783a06
11 lines
206 B
Ruby
11 lines
206 B
Ruby
Puppet::Type.type(:placement_config).provide(
|
|
:openstackconfig,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ruby)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/placement/placement.conf'
|
|
end
|
|
|
|
end
|