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