X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fservices%2Fcinder-api.yaml;h=3c624e3a9aed56ed247d07e702aca0427af43e90;hb=e60c5377fb4b6dd96a8415b03e88005b3eab603c;hp=a48e4681ff56384ae3b9e6d62c4616b2fc5b4d74;hpb=23a1617da9d99c781d27e3292d8722875c101fd3;p=apex-tripleo-heat-templates.git 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]}