Merge "Set number of Swift proxy server workers to auto"
authorJenkins <jenkins@review.openstack.org>
Thu, 9 Mar 2017 11:28:55 +0000 (11:28 +0000)
committerGerrit Code Review <review@openstack.org>
Thu, 9 Mar 2017 11:28:55 +0000 (11:28 +0000)
puppet/services/swift-proxy.yaml

index 9b0d2de..0c3cc1e 100644 (file)
@@ -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'