Fixed call to oslo-config-generator
authorThomas Goirand <thomas@goirand.fr>
Wed, 20 Jan 2016 13:01:47 +0000 (13:01 +0000)
committerThomas Goirand <thomas@goirand.fr>
Wed, 20 Jan 2016 13:01:47 +0000 (13:01 +0000)
Rewritten-From: 7e95fb42d2ea9ebdbffad669ed2fac6f521f3893

xenial/debian/rules

index 22403995cd7618319b6120430732418909bfdd97..9f8107cdd346a3b11c34e786b7947628327c13fc 100755 (executable)
@@ -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