Update RPM specs to v. 2014.1.1
[openstack-build/neutron-build.git] / rpm / SOURCES / 0005-Removed-signing_dir-from-neutron.conf.patch
1 From 1e61f12a0ccc0e4a876bbe3e3529f96a52c2f1d7 Mon Sep 17 00:00:00 2001
2 From: Ihar Hrachyshka <ihrachys@redhat.com>
3 Date: Mon, 28 Apr 2014 15:05:30 +0200
4 Subject: [PATCH] Removed signing_dir from neutron.conf
5
6 The default value from keystone middleware ($TMPDIR) is good enough,
7 so stick to it.
8
9 Closes-Bug: 1313780
10 Change-Id: Ideb393f9010f4f1706392ccdfdd5fa7307bda070
11 (cherry picked from commit e423126965fb79d35f5f2281974cee6a216af8d4)
12 ---
13  etc/neutron.conf | 1 -
14  1 file changed, 1 deletion(-)
15
16 diff --git a/etc/neutron.conf b/etc/neutron.conf
17 index e258720..ce95fc4 100644
18 --- a/etc/neutron.conf
19 +++ b/etc/neutron.conf
20 @@ -398,7 +398,6 @@ auth_protocol = http
21  admin_tenant_name = %SERVICE_TENANT_NAME%
22  admin_user = %SERVICE_USER%
23  admin_password = %SERVICE_PASSWORD%
24 -signing_dir = $state_path/keystone-signing
25  
26  [database]
27  # This line MUST be changed to actually run the plugin.