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
This commit is contained in:
Douglas Mendizábal 2024-02-19 14:52:38 -05:00
parent 8f696b3219
commit df30b93583

View File

@ -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,