This replaces the provider implementation of octavia_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: Ic8da2858b4c512d31ebbf78a128367d152cf7616changes/07/800607/4
parent
f62f0b0e15
commit
54eea2b3e8
@ -1,6 +1,6 @@
|
||||
Puppet::Type.type(:octavia_config).provide(
|
||||
:ini_setting,
|
||||
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
|
||||
:openstackconfig,
|
||||
:parent => Puppet::Type.type(:openstack_config).provider(:ruby)
|
||||
) do
|
||||
|
||||
def self.file_path
|
Loading…
Reference in new issue