]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
SR-IOV: deprecate agent_required option
authorMoshe Levi <moshele@mellanox.com>
Tue, 18 Aug 2015 20:10:05 +0000 (23:10 +0300)
committerMoshe Levi <moshele@mellanox.com>
Wed, 26 Aug 2015 14:23:04 +0000 (17:23 +0300)
commitcf003af20906f3ef556a39d4f4f7067193dbfb68
treee18e644572ffb86211fda005a1b2c04bf028fc37
parent82acd0652f0bb6afaa190901c8a4a06aab0cf8da
SR-IOV: deprecate agent_required option

When SR-IOV introduce in Juno Agent supported only link state change
Some Intel cards don't support setting link state, so to
resolve it the SR-IOV mech driver supports agent and agent less mode.
From Liberty the SR-IOV agent brings more functionality like
qos and port security so we want to make the agent mandatory.
(of course I already talked with Intel Guys to get their approval)

This patch deprecates the agent_required in Liberty
and updates the agent_required default to be True.

DocImpact
Closes-bug: #1488807
Change-Id: I8799425c2825415ef05bec909e6b4085ffc1e3c5
etc/neutron/plugins/ml2/ml2_conf_sriov.ini
neutron/plugins/ml2/drivers/mech_sriov/mech_driver/mech_driver.py