From 887619269afd8da241daf145996327ca7e7d0dec Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 19 May 2015 15:00:52 +0000 Subject: Neutron: add back the custom configuration Add back the custom configuration for Neutron, this time adapted for the OpenStack Kilo release. --- openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service') diff --git a/openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service b/openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service index 76efea5c..72cd1651 100644 --- a/openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service +++ b/openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service @@ -11,8 +11,7 @@ StandardOutput=null StandardError=null ExecStart=/usr/bin/neutron-l3-agent \ --config-file=/etc/neutron/neutron.conf \ - --config-file=/etc/neutron/l3_agent.ini \ - --config-file=/etc/neutron/fwaas_driver.ini + --config-file=/etc/neutron/l3_agent.ini [Install] WantedBy=multi-user.target -- cgit v1.2.1