From ce814a1c29482e6e2601f0101ff3473a1afee35a Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Wed, 11 Nov 2015 15:23:40 +0100 Subject: [PATCH] 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 --- etc/neutron/plugins/ml2/sriov_agent.ini | 6 ++++++ 1 file changed, 6 insertions(+) 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 = -- 2.45.2