Merge "Added deferred worker process to storyboard"
This commit is contained in:
commit
47c70dcac4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user