Add to tempest conf new variable
Reguister new variable barbican_integration_enabled in
tempest config -> compute_feature_enabled section
Related-prod: PRODX-4874
Change-Id: I419b055e5224f498f3c4082bfd88de25a7354ff4
(cherry picked from commit e7a4336bd28d304e4001a3d9e17da4aa3eabacdc)
(cherry picked from commit 046540f59f31a365fcffe20900e3c6c4deab553b)
(cherry picked from commit f0a0b1b212d453c312caf249184e6fdee7fe67bc)
(cherry picked from commit bfa18c20b98c589bdeaee361dd0d481d98953f17)
(cherry picked from commit f00a9a9bdb9f8f4c92032cbd77197b2e16c1dc4f)
diff --git a/tempest/config.py b/tempest/config.py
index 75aa572..0f2e86c 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -661,6 +661,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'),
]