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
This commit is contained in:
Tobias Urdin 2018-08-30 15:53:24 +02:00
parent 1c1fd8bf1f
commit 15dd56203d
1 changed files with 1 additions and 0 deletions

View File

@ -71,5 +71,6 @@ class openstack_integration::barbican {
ssl_cert => $::openstack_integration::params::cert_path,
workers => 2,
}
class { '::barbican::worker': }
}