puppet-neutron/lib/puppet/provider/neutron_plugin_sriov/ini_setting.rb
Ivan Chavero 8f7f334999 Split SR-IOV configuration file into driver and agent pieces
On Liberty the configuration files for SR-IOV split into agent and
driver, also they are now stored on a specific directory.

Change-Id: I8d4e2fda6beb1d7dac77fa1fbb9bbbbe3432a3ef
2015-10-12 12:58:30 -05:00

11 lines
222 B
Ruby

Puppet::Type.type(:neutron_plugin_sriov).provide(
:ini_setting,
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
) do
def file_path
'/etc/neutron/plugins/ml2/ml2_conf_sriov.ini'
end
end