From 460282b67d14e11b95b049c6f122ea2e1e5b4b3a Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 23 Jun 2016 14:47:11 +0200 Subject: [PATCH] Pushing config file in neutron-lbaas-common not in the agent. Rewritten-From: d1ef3ea2d91b900d1890b075b3e9e199f1c314de --- xenial/debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xenial/debian/rules b/xenial/debian/rules index e9a2f3c..34a966e 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -24,13 +24,13 @@ override_dh_install: # neutron_lbaas.conf PYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python2.7/dist-packages oslo-config-generator \ - --output-file $(CURDIR)/debian/neutron-lbaas-agent/etc/neutron/neutron_lbaas.conf \ + --output-file $(CURDIR)/debian/neutron-lbaas-common/etc/neutron/neutron_lbaas.conf \ --wrap-width 140 \ --namespace neutron.lbaas # services_lbaas.conf PYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python2.7/dist-packages oslo-config-generator \ - --output-file $(CURDIR)/debian/neutron-lbaas-agent/etc/neutron/services_lbaas.conf \ + --output-file $(CURDIR)/debian/neutron-lbaas-common/etc/neutron/services_lbaas.conf \ --wrap-width 140 \ --namespace neutron.lbaas.service -- 2.45.2