Add barbican_integration_enabled config option
in the `compute_feature_enabled` group.
It will govern execution of tests that can't work
when certain barbican-related features are enabled in other services,
e.g. when image signatures are required and enforced.
Related-prod: PRODX-4874
Change-Id: I419b055e5224f498f3c4082bfd88de25a7354ff4
diff --git a/tempest/config.py b/tempest/config.py
index 8acb125..5e4d08d 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -640,6 +640,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'),
]