Merge "Barbican: Enable retry scheduler"

This commit is contained in:
Zuul 2023-03-17 11:44:39 +00:00 committed by Gerrit Code Review
commit d74966b54c

View File

@ -85,5 +85,6 @@ class openstack_integration::barbican {
workers => 2,
}
class { 'barbican::worker': }
class { 'barbican::retry_scheduler': }
}