diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-04-15 11:15:53 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-04-15 11:15:53 +0300 |
commit | 9052c8b42e12410d3c2993896b561b0c99c6847e (patch) | |
tree | fa5f9bafa0267d83bf9f6e5f33d469c34c25aa33 | |
parent | d600cb4c5edba1b38406f70dc0bd45139078bda3 (diff) |
Make HeatWorkers param affect the engine workers
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
-rw-r--r-- | puppet/controller.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/controller.yaml b/puppet/controller.yaml index 56eb8b96..8ad0ef28 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -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} |