Make HeatWorkers param affect the engine workers
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Fri, 15 Apr 2016 08:15:53 +0000 (11:15 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Fri, 15 Apr 2016 08:15:53 +0000 (11:15 +0300)
With the addition of the num_engine_workers param in puppet-heat, we
can now wire the HeatWorkers parameter to also set that value, as
with the other workers.

Change-Id: I169b648737f797ccd45d12b66705d111e7b95bb7
Depends-On: I53a4333ca16df516294c733f85546c0b0a6a0b88

puppet/controller.yaml

index 56eb8b9..8ad0ef2 100644 (file)
@@ -1402,6 +1402,7 @@ resources:
                 heat::api_cloudwatch::workers: {get_input: heat_workers}
                 heat::api_cfn::bind_host: {get_input: heat_api_network}
                 heat::api_cfn::workers: {get_input: heat_workers}
+                heat::engine::num_engine_workers: {get_input: heat_workers}
                 heat::database_connection: {get_input: heat_dsn}
                 heat::debug: {get_input: debug}
                 heat::db::mysql::password: {get_input: heat_password}