X-Git-Url: https://review.fuel-infra.org/gitweb?p=openstack-build%2Fneutron-build.git;a=blobdiff_plain;f=rpm%2FSOURCES%2F0005-Removed-signing_dir-from-neutron.conf.patch;fp=rpm%2FSOURCES%2F0005-Removed-signing_dir-from-neutron.conf.patch;h=69104b3f5866af68b73a23b470a8ef1beca59e49;hp=0000000000000000000000000000000000000000;hb=30a9554653185df20feb9c71db5b3c5bd3da3092;hpb=f07bdce2ad538aab3201d467e8b530e270cbcbf3 diff --git a/rpm/SOURCES/0005-Removed-signing_dir-from-neutron.conf.patch b/rpm/SOURCES/0005-Removed-signing_dir-from-neutron.conf.patch new file mode 100644 index 000000000..69104b3f5 --- /dev/null +++ b/rpm/SOURCES/0005-Removed-signing_dir-from-neutron.conf.patch @@ -0,0 +1,27 @@ +From 1e61f12a0ccc0e4a876bbe3e3529f96a52c2f1d7 Mon Sep 17 00:00:00 2001 +From: Ihar Hrachyshka +Date: Mon, 28 Apr 2014 15:05:30 +0200 +Subject: [PATCH] Removed signing_dir from neutron.conf + +The default value from keystone middleware ($TMPDIR) is good enough, +so stick to it. + +Closes-Bug: 1313780 +Change-Id: Ideb393f9010f4f1706392ccdfdd5fa7307bda070 +(cherry picked from commit e423126965fb79d35f5f2281974cee6a216af8d4) +--- + etc/neutron.conf | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/etc/neutron.conf b/etc/neutron.conf +index e258720..ce95fc4 100644 +--- a/etc/neutron.conf ++++ b/etc/neutron.conf +@@ -398,7 +398,6 @@ auth_protocol = http + admin_tenant_name = %SERVICE_TENANT_NAME% + admin_user = %SERVICE_USER% + admin_password = %SERVICE_PASSWORD% +-signing_dir = $state_path/keystone-signing + + [database] + # This line MUST be changed to actually run the plugin.