From df30b93583fe934be54d53c48f157f583af028f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Mendiz=C3=A1bal?= Date: Mon, 19 Feb 2024 14:52:38 -0500 Subject: [PATCH] Fix barbican_tempest option group This patch fixes a bug with the barbican_tempest option group that was breaking tempest init by returning the wrong object. Change-Id: Ia62c43fc67114c89be5f481dab2cb11df6ee82b0 --- barbican_tempest_plugin/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barbican_tempest_plugin/plugin.py b/barbican_tempest_plugin/plugin.py index f320007..8f57374 100644 --- a/barbican_tempest_plugin/plugin.py +++ b/barbican_tempest_plugin/plugin.py @@ -57,7 +57,7 @@ class BarbicanTempestPlugin(plugins.TempestPlugin): (project_config.key_manager_group.name, project_config.KeyManagerOpts), (project_config.barbican_tempest_group.name, - project_config.barbican_tempest_group), + project_config.BarbicanGroupOpts), (project_config.ephemeral_storage_encryption_group.name, project_config.EphemeralStorageEncryptionGroup), (project_config.image_signature_verification_group.name,