be83863a17
This introduces support for the Tap-as-a-Service plugin[1]. [1] https://opendev.org/openstack/tap-as-a-service Change-Id: I8b4dfd6cd02d61cb4ef07e117af39c44420e93a4
11 lines
216 B
Ruby
11 lines
216 B
Ruby
Puppet::Type.type(:neutron_taas_service_config).provide(
|
|
:openstackconfig,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ruby)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/neutron/taas_plugin.ini'
|
|
end
|
|
|
|
end
|