From 477730f21e3987e5c76b4ff879b0ab530ac1a012 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 28 Aug 2017 10:25:09 -0600 Subject: [PATCH] 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 --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index a73e8508..3a6a576e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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;