sriov_nic config options were declared under wrong group

Config options are registered under 'sriov_nic' group, but when we
generate the config we declare it as 'ml2_sriov' by mistake. This change
fixes that

Change-Id: Ibe35f8700ed9ffe9338ec23c16c122f2d3906a4c
This commit is contained in:
Nikola Dipanov 2016-04-15 17:33:29 +01:00 committed by Moshe Levi
parent c4f03418cc
commit 67bb052111
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ def list_ovs_opts():
def list_sriov_agent_opts():
return [
('ml2_sriov',
('sriov_nic',
neutron.plugins.ml2.drivers.mech_sriov.agent.common.config.
sriov_nic_opts),
('agent',