From: Jiri Stransky Date: Wed, 20 Jul 2016 12:23:05 +0000 (+0200) Subject: Fix KeystoneWorkers default value X-Git-Tag: opnfv-6.0.0~1834^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=da419573fe3519c0d3119ab6f0a27217f0e39a61;p=apex-tripleo-heat-templates.git Fix KeystoneWorkers default value The current default doesn't get expanded to its real value correctly, the new one should work better, it's according to hiera docs: https://docs.puppet.com/hiera/3.2/variables.html Change-Id: I8d1df131d2f1eee4ae0f725358d33a3ecfa3175a --- diff --git a/puppet/services/keystone.yaml b/puppet/services/keystone.yaml index e98be118..404ce6cd 100644 --- a/puppet/services/keystone.yaml +++ b/puppet/services/keystone.yaml @@ -87,7 +87,7 @@ parameters: KeystoneWorkers: type: string description: Set the number of workers for keystone::wsgi::apache - default: '$::processorcount' + default: '"%{::processorcount}"' outputs: role_data: description: Role data for the Keystone role.