Merge "Add barbican::worker to integration testing"

This commit is contained in:
Zuul 2018-09-06 22:24:15 +00:00 committed by Gerrit Code Review
commit e93974c881
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': }
}