From: Thomas Goirand Date: Thu, 23 Jun 2016 12:47:11 +0000 (+0200) Subject: Pushing config file in neutron-lbaas-common not in the agent. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=460282b67d14e11b95b049c6f122ea2e1e5b4b3a;p=openstack-build%2Fneutron-lbaas-build.git Pushing config file in neutron-lbaas-common not in the agent. Rewritten-From: d1ef3ea2d91b900d1890b075b3e9e199f1c314de --- 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