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
This commit is contained in:
parent
4c3383b192
commit
abed3e59e1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user