Fix KeystoneWorkers default value
authorJiri Stransky <jistr@redhat.com>
Wed, 20 Jul 2016 12:23:05 +0000 (14:23 +0200)
committerJiri Stransky <jistr@redhat.com>
Wed, 20 Jul 2016 17:01:33 +0000 (19:01 +0200)
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

puppet/services/keystone.yaml

index e98be11..404ce6c 100644 (file)
@@ -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.