From 380da2572cf875f9486f785a060589b42cbddc3c Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 20 Jan 2016 13:01:47 +0000 Subject: [PATCH] Fixed call to oslo-config-generator Rewritten-From: 7e95fb42d2ea9ebdbffad669ed2fac6f521f3893 --- trusty/debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index 22403995c..9f8107cdd 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -17,7 +17,7 @@ override_dh_install: dh_install --fail-missing -X/usr/etc -X/usr/bin oslo-config-generator --output-file $(CURDIR)/debian/neutron-dhcp-agent/etc/neutron/dhcp_agent.ini \ - --wrap_width 140 \ + --wrap-width 140 \ --namespace neutron.base.agent \ --namespace neutron.dhcp.agent \ --namespace oslo.log @@ -65,11 +65,11 @@ override_dh_install: --namespace oslo.service.wsgi \ --namespace keystonemiddleware.auth_token oslo-config-generator --output-file $(CURDIR)/debian/neutron-common/usr/share/neutron-common/openvswitch_agent.ini \ - --wrap_width 140 \ + --wrap-width 140 \ --namespace neutron.ml2.ovs.agent \ --namespace oslo.log oslo-config-generator --output-file $(CURDIR)/debian/neutron-common/etc/neutron/plugins/ml2/sriov_agent.ini \ - --wrap_width 140 \ + --wrap-width 140 \ --namespace neutron.ml2.sriov.agent \ --namespace oslo.log -- 2.45.2