Merge "tempest cleanup - use admin_mgr only" into mcp/train
diff --git a/tempest/config.py b/tempest/config.py
index d67d3e0..3e05800 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -575,6 +575,9 @@
                 help='Does the test environment support attaching a volume to '
                      'more than one instance? This depends on hypervisor and '
                      'volume backend/type and compute API version 2.60.'),
+    cfg.BoolOpt('barbican_integration_enabled',
+                default=False,
+                help='Does the test environment support Barbican integration'),
 ]