From abed3e59e159136b39a498a013983d0cf9efded9 Mon Sep 17 00:00:00 2001
From: Keshava Bharadwaj <kb.sankethi@gmail.com>
Date: Sat, 14 Jun 2014 18:18:29 +0530
Subject: [PATCH] Corrects proxy server conf in swift install guide

The install and configuration guide for object storage has
proxy-server.conf contents with /home/swift/keystone-signing as
signing directory. Without the directory being available swift proxy
service is unable to start. Signing directory is a temporary cache
directory which defaults to /tmp. Hence removing this entry makes
/tmp as default signing directory. This patch removes signing_dir
option to make swift use /tmp as signing directory implicitly.

Change-Id: I8b9b70b30af2767f48705acb14329833179b96fc
Closes-Bug: #1329798
---
 .../section_object-storage-install-config-proxy-node.xml       | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/doc/install-guide/object-storage/section_object-storage-install-config-proxy-node.xml b/doc/install-guide/object-storage/section_object-storage-install-config-proxy-node.xml
index 83fbb1799e..4a299260dc 100644
--- a/doc/install-guide/object-storage/section_object-storage-install-config-proxy-node.xml
+++ b/doc/install-guide/object-storage/section_object-storage-install-config-proxy-node.xml
@@ -74,9 +74,6 @@ paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
 # usage for anonymous referrers ('.r:*').
 delay_auth_decision = true
 
-# cache directory for signing certificate
-signing_dir = /home/swift/keystone-signing
-
 # auth_* settings refer to the Keystone server
 auth_protocol = http
 auth_host = <replaceable>controller</replaceable>