Added deferred worker process to storyboard

StoryBoard now supports deferred processors. This enables them
for storyboard.openstack.org.

Change-Id: I7b4e32f94db66f0e0b399d13b6a6a04d7c53639c
This commit is contained in:
Michael Krotscheck 2014-09-29 14:06:56 -07:00
parent 92228ebbc1
commit c19bab3290
1 changed files with 4 additions and 0 deletions

View File

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