From 6ee4343c4ce90423ea6477216519bcb0ef21b816 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 11 Sep 2015 16:32:06 +0200 Subject: [PATCH] Install sriov-agent.ini on 'setup.py install' The previous change [1] that split the configuration file into two pieces missed the update of setup.cfg, so the file was not installed. [1]: Ie1eda925e051f85d53ad9624d6617d095cf8c7be Change-Id: Idcdc71b5614463fc0d81a8bc2d2833159be9e6c9 Related-Bug: #1489060 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 49486dfcf68..6ab349eb1e7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,6 +64,7 @@ data_files = etc/neutron/plugins/ml2/ml2_conf_fslsdn.ini etc/neutron/plugins/ml2/ml2_conf_sriov.ini etc/neutron/plugins/ml2/openvswitch_agent.ini + etc/neutron/plugins/ml2/sriov_agent.ini etc/neutron/plugins/mlnx = etc/neutron/plugins/mlnx/mlnx_conf.ini etc/neutron/plugins/nuage = etc/neutron/plugins/nuage/nuage_plugin.ini etc/neutron/plugins/oneconvergence = etc/neutron/plugins/oneconvergence/nvsdplugin.ini