[openstack-neutron] Make neutron-vpn-agent read fwaas_driver.ini, bz#1098121

Ihar Hrachyshka ihrachyshka at fedoraproject.org
Thu May 15 13:11:54 UTC 2014


commit f9e0cc840f4b966122d88a566f845735f66196a6
Author: Ihar Hrachyshka <ihrachys at redhat.com>
Date:   Thu May 15 14:46:29 2014 +0200

    Make neutron-vpn-agent read fwaas_driver.ini, bz#1098121

 neutron-vpn-agent.service |    2 +-
 openstack-neutron.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/neutron-vpn-agent.service b/neutron-vpn-agent.service
index 8fcf302..85f0e81 100644
--- a/neutron-vpn-agent.service
+++ b/neutron-vpn-agent.service
@@ -5,7 +5,7 @@ After=syslog.target network.target
 [Service]
 Type=simple
 User=neutron
-ExecStart=/usr/bin/neutron-vpn-agent --config-file /usr/share/neutron/neutron-dist.conf --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/vpn_agent.ini --config-file /etc/neutron/l3_agent.ini --log-file /var/log/neutron/vpn-agent.log
+ExecStart=/usr/bin/neutron-vpn-agent --config-file /usr/share/neutron/neutron-dist.conf --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/vpn_agent.ini --config-file /etc/neutron/l3_agent.ini --config-file /etc/neutron/fwaas_driver.ini --log-file /var/log/neutron/vpn-agent.log
 PrivateTmp=false
 
 [Install]
diff --git a/openstack-neutron.spec b/openstack-neutron.spec
index be0ea3d..32a89d8 100644
--- a/openstack-neutron.spec
+++ b/openstack-neutron.spec
@@ -2,7 +2,7 @@
 
 Name:		openstack-neutron
 Version:	2014.1
-Release:	14%{?dist}
+Release:	15%{?dist}
 Provides:	openstack-quantum = %{version}-%{release}
 Obsoletes:	openstack-quantum < 2013.2-0.4.b3
 Summary:	OpenStack Networking Service
@@ -998,6 +998,9 @@ fi
 
 
 %changelog
+* Thu May 15 2014 Ihar Hrachyshka <ihrachys at redhat.com> 2014.1-15
+- Make neutron-vpn-agent read fwaas_driver.ini, bz#1098121
+
 * Tue Apr 29 2014 Ihar Hrachyshka <ihrachys at redhat.com> 2014.1-14
 - Removed signing_dir from neutron-dist.conf, again (bz#1050842)
 


More information about the scm-commits mailing list