From 16165f7432c318f0605d0150bc563e01ba98e523 Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Apr 18 2014 00:02:41 +0000 Subject: Do not log to stderr by default. We are setting logfile explicitly so parallel output on stderr is not expected. --- diff --git a/keystone-dist.conf b/keystone-dist.conf index 6a00201..406e343 100644 --- a/keystone-dist.conf +++ b/keystone-dist.conf @@ -1,5 +1,6 @@ [DEFAULT] log_file=/var/log/keystone/keystone.log +use_stderr = False [database] connection=mysql://keystone:keystone@localhost/keystone diff --git a/openstack-keystone.spec b/openstack-keystone.spec index cb2edc9..f714673 100644 --- a/openstack-keystone.spec +++ b/openstack-keystone.spec @@ -7,7 +7,7 @@ Name: openstack-keystone Version: 2014.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OpenStack Identity Service License: ASL 2.0 @@ -222,7 +222,7 @@ fi %endif %changelog -* Thu Apr 17 2014 Alan Pevec 2014.1-1 +* Thu Apr 17 2014 Alan Pevec 2014.1-2 - Icehouse release * Fri Apr 11 2014 Alan Pevec 2014.1-0.9.rc2