8f7f334999
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
11 lines
222 B
Ruby
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
|