From e864873cf7dc1b01ad81d569e8331f013f74fe7f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 14 Feb 2024 23:56:51 +0900 Subject: [PATCH] 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 --- manifests/barbican.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/barbican.pp b/manifests/barbican.pp index 7c0a31c6f..3daecb37f 100644 --- a/manifests/barbican.pp +++ b/manifests/barbican.pp @@ -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':