From 15dd56203d3e24c7bdee9f036ee13648f73118da Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 30 Aug 2018 15:53:24 +0200 Subject: [PATCH] Add barbican::worker to integration testing Adds the new barbican::worker class to the integration testing. Depends-On: https://review.openstack.org/#/c/598165/ Change-Id: I8bd7a134390cdec244b3a60cf895c01cf26203d0 --- manifests/barbican.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/barbican.pp b/manifests/barbican.pp index dab38c9a0..89f460faf 100644 --- a/manifests/barbican.pp +++ b/manifests/barbican.pp @@ -71,5 +71,6 @@ class openstack_integration::barbican { ssl_cert => $::openstack_integration::params::cert_path, workers => 2, } + class { '::barbican::worker': } }