Barbican: Enable asynchronous process
This ensure barbican-api delegate processes to barbican-worker over rabbitmq, which is more popular deployment pattern in production. Change-Id: Id2ec1bf07ee77a3ede1888db09d21005468d25ab
This commit is contained in:
parent
667bedb636
commit
e864873cf7
@ -77,6 +77,7 @@ class openstack_integration::barbican {
|
||||
service_name => 'httpd',
|
||||
enabled_certificate_plugins => ['simple_certificate'],
|
||||
db_auto_create => false,
|
||||
enable_queue => true,
|
||||
rabbit_use_ssl => $::openstack_integration::config::ssl,
|
||||
}
|
||||
class { 'barbican::wsgi::apache':
|
||||
|
Loading…
x
Reference in New Issue
Block a user