Merge "Add checks to skip test in case of production=True and ensure host selection without instances before adding host to aggregate" into mcp/caracal
diff --git a/tempest/config.py b/tempest/config.py
index b91acc5..ae065ef 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -627,6 +627,9 @@
help='Does the test environment support booting instances '
'from volume. This depends on hypervisor and volume '
'backend/type.'),
+ cfg.BoolOpt('barbican_integration_enabled',
+ default=False,
+ help='Does the test environment support Barbican integration'),
]