From da3b0cb68f5652789e67a82052f5396f4df3531c Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Fri, 21 Oct 2016 15:37:35 +0300 Subject: Use ::os_workers fact instead of ::processorcount Change-Id: Ib25849565c617f32357ef545957f58454b2a53f8 --- puppet/services/cinder-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/services/cinder-api.yaml') diff --git a/puppet/services/cinder-api.yaml b/puppet/services/cinder-api.yaml index a48e4681..3c624e3a 100644 --- a/puppet/services/cinder-api.yaml +++ b/puppet/services/cinder-api.yaml @@ -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]} -- cgit 1.2.3-korg