[openstack-neutron/el6-icehouse] Set use_stderr = False to avoid duplicate logging for stderr

Ihar Hrachyshka ihrachyshka at fedoraproject.org
Fri Apr 18 19:11:56 UTC 2014


commit 7f2859566a069501b198494910ec68b431daf8ee
Author: Ihar Hrachyshka <ihrachys at redhat.com>
Date:   Fri Apr 18 14:57:56 2014 +0200

    Set use_stderr = False to avoid duplicate logging for stderr

 neutron-dist.conf      |    1 +
 openstack-neutron.spec |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/neutron-dist.conf b/neutron-dist.conf
index 8d9ac54..17df7ce 100644
--- a/neutron-dist.conf
+++ b/neutron-dist.conf
@@ -5,6 +5,7 @@ auth_strategy = noauth
 notification_driver = neutron.openstack.common.notifier.rpc_notifier
 rpc_backend = neutron.openstack.common.rpc.impl_kombu
 allow_overlapping_ips = True
+use_stderr = False
 
 [quotas]
 
diff --git a/openstack-neutron.spec b/openstack-neutron.spec
index e3b68db..94ae443 100644
--- a/openstack-neutron.spec
+++ b/openstack-neutron.spec
@@ -2,7 +2,7 @@
 
 Name:		openstack-neutron
 Version:	2014.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Provides:	openstack-quantum = %{version}-%{release}
 Obsoletes:	openstack-quantum < 2013.2-0.3.b3
 
@@ -1106,6 +1106,9 @@ fi
 
 
 %changelog
+* Fri Apr 18 2014 Ihar Hrachyshka <ihrachys at redhat.com> 2014.1-2
+- Set use_stderr = False to avoid duplicate logging for stderr
+
 * Fri Apr 18 2014 Ihar Hrachyshka <ihrachys at redhat.com> 2014.1-1
 - Update to upstream 2014.1
 


More information about the scm-commits mailing list