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:
Takashi Kajinami 2024-02-14 23:56:51 +09:00
parent 667bedb636
commit e864873cf7
1 changed files with 1 additions and 0 deletions

View File

@ -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':