Merge "Remove double tcp_listen_options entries for rabbit"
[apex-tripleo-heat-templates.git] / puppet / services / cinder-api.yaml
index a48e468..3c624e3 100644 (file)
@@ -42,7 +42,7 @@ parameters:
   CinderWorkers:
     type: string
     description: Set the number of workers for cinder::wsgi::apache
-    default: '"%{::processorcount}"'
+    default: '"%{::os_workers}"'
 
 conditions:
   cinder_workers_zero: {equals : [{get_param: CinderWorkers}, 0]}