]> review.fuel-infra Code Review - openstack-build/neutron-lbaas-build.git/commitdiff
Pushing config file in neutron-lbaas-common not in the agent.
authorThomas Goirand <zigo@debian.org>
Thu, 23 Jun 2016 12:47:11 +0000 (14:47 +0200)
committerThomas Goirand <zigo@debian.org>
Thu, 23 Jun 2016 12:47:11 +0000 (14:47 +0200)
Rewritten-From: d1ef3ea2d91b900d1890b075b3e9e199f1c314de

xenial/debian/rules

index e9a2f3cedcad44157b7e424d20e9088cdb380c6a..34a966ed9d58dd60ac3e6dcf985fd30efe0bc61c 100755 (executable)
@@ -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