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:
parent
92228ebbc1
commit
c19bab3290
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user