From: Ihar Hrachyshka Date: Wed, 11 Nov 2015 14:23:40 +0000 (+0100) Subject: sriov: add extensions option to configuration file X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ce814a1c29482e6e2601f0101ff3473a1afee35a;p=openstack-build%2Fneutron-build.git sriov: add extensions option to configuration file The agent supports l2 agent extension manager, so the option should be there. Closes-Bug: #1515274 Change-Id: I4376c7422dba058c11bfaf10046bd97b17592ce3 --- diff --git a/etc/neutron/plugins/ml2/sriov_agent.ini b/etc/neutron/plugins/ml2/sriov_agent.ini index 8866f2677..35acfa777 100644 --- a/etc/neutron/plugins/ml2/sriov_agent.ini +++ b/etc/neutron/plugins/ml2/sriov_agent.ini @@ -18,3 +18,9 @@ # mapping should appear in the physical_device_mappings list. # exclude_devices = # Example: exclude_devices = eth1:0000:07:00.2; 0000:07:00.3 + +[agent] +# (ListOpt) Extensions list to use +# Example: extensions = qos +# +# extensions =