Add barbican service_available config

Id0253c08a90b77c940f4cd0738f9be113ccd57f9 added barbican support and the
test to check for the service_available/barbican flag but evidently the
test didn't actually get executed in CI so it slipped past testing.

Change-Id: Ia55c53d3f28f833242beaa1071226eb7495caa55
This commit is contained in:
Alex Schultz 2017-08-28 10:25:09 -06:00
parent 9d5254e9fc
commit 477730f21e
1 changed files with 1 additions and 0 deletions

View File

@ -542,6 +542,7 @@ the future release. Please use tempest::package_ensure instead.")
'service_available/aodh': value => $aodh_available;
# https://bugs.launchpad.net/aodh/+bug/1611406
'service_available/aodh_plugin': value => $aodh_available;
'service_available/barbican': value => $barbican_available;
'service_available/bgpvpn': value => $neutron_bgpvpn_available;
'service_available/gnocchi': value => $gnocchi_available;
'service_available/panko': value => $panko_available;