aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schwede <cschwede@redhat.com>2017-01-09 19:04:39 +0000
committerChristian Schwede <cschwede@redhat.com>2017-01-09 19:05:51 +0000
commit892827c639d7b72ff2020e5f3fa5bc6db6a608df (patch)
treef251306ab515e7b6b06df0ffd81273f0202e21ab
parent963e1b095e3a77aeaebb9b4164871cec7122776e (diff)
Set number of Swift proxy server workers to auto
Setting the default Swift proxy workers to 0 actually results in a single Swift proxy worker, no matter how many CPU cores are available. This is not the default Swift setting and is most likely not sufficient. Setting this to auto uses the default in Swift, which equals to the number of CPU cores. Closes-Bug: 1655070 Change-Id: Ic321b6111f8697ba3cc1554611fee44c2e540759
-rw-r--r--puppet/services/swift-proxy.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/services/swift-proxy.yaml b/puppet/services/swift-proxy.yaml
index 6ccfe7a2..da6021bc 100644
--- a/puppet/services/swift-proxy.yaml
+++ b/puppet/services/swift-proxy.yaml
@@ -31,9 +31,9 @@ parameters:
description: Timeout for requests going from swift-proxy to swift a/c/o services.
type: number
SwiftWorkers:
- default: 0
+ default: auto
description: Number of workers for Swift service.
- type: number
+ type: string
KeystoneRegion:
type: string
default: 'regionOne'