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:
parent
8f696b3219
commit
df30b93583
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user