Merge "Added deferred worker process to storyboard"

This commit is contained in:
Jenkins 2014-10-06 19:20:05 +00:00 committed by Gerrit Code Review
commit 47c70dcac4
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ class openstack_project::storyboard(
rabbitmq_user_password => $rabbitmq_password, rabbitmq_user_password => $rabbitmq_password,
} }
class { '::storyboard::workers':
worker_count => 5,
}
# Load the projects into the database. # Load the projects into the database.
class { '::storyboard::load_projects': class { '::storyboard::load_projects':
source => $::project_config::jeepyb_project_file, source => $::project_config::jeepyb_project_file,