Files
puppet-neutron/lib/puppet/provider/neutron_l2gw_service_config/openstackconfig.rb
Takashi Kajinami 604dced76b Adjust service config file for networking-l2gw
... according to the change made by [1].

[1] https://review.opendev.org/c/x/networking-l2gw/+/951422

Change-Id: I3aa562f3ca5371637155d3dca13fb0fab929bdce
Depends-on: https://review.opendev.org/957032
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-08-12 07:47:07 +00:00

11 lines
221 B
Ruby

Puppet::Type.type(:neutron_l2gw_service_config).provide(
:openstackconfig,
:parent => Puppet::Type.type(:openstack_config).provider(:ruby)
) do
def self.file_path
'/etc/neutron/networking_l2gw.conf'
end
end