]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Install sriov-agent.ini on 'setup.py install'
authorIhar Hrachyshka <ihrachys@redhat.com>
Fri, 11 Sep 2015 14:32:06 +0000 (16:32 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 11 Sep 2015 14:34:22 +0000 (16:34 +0200)
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

index 49486dfcf686770cffe69b339fe10a258496509b..6ab349eb1e7ca36aad7b7bfc25f53788f28470e1 100644 (file)
--- 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