From 9f3038136d7e6057500719a3466946197cc7b316 Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 3 May 2019 23:06:25 +0000 Subject: [PATCH] Update git submodules * Update barbican-tempest-plugin from branch 'master' - Merge "Add option to toggle validation of signed image" - Add option to toggle validation of signed image Without this patch, if the barbican tempest plugin is installed in an environment running with `[glance]/verify_glance_signatures] set to false in nova.conf, which is the default value, the test will fail. Enabling glance signature verification unconditionally in order to support this test is not realistic, as it then prevents users from booting from unsigned images which may not always be desired. This patch adds a configuration option to allow for disabling the `test_signed_image_upload_boot_failure` test, so that we can still run the majority of the plugin tests for a standard environment with default nova configuration. The new option defaults to `True`, meaning assume that nova's configuration has been overrridden to enforce image verification, which allows the barbican CI to run as normal with no configuration changes, but it allows operators to explicitly disable the test as needed. Change-Id: Ibb5c06ce2773e0ee13bda97717e8e18e77e0be7c --- barbican-tempest-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barbican-tempest-plugin b/barbican-tempest-plugin index e0a759e086..375a7d69bd 160000 --- a/barbican-tempest-plugin +++ b/barbican-tempest-plugin @@ -1 +1 @@ -Subproject commit e0a759e0869faca877faad7d18d49addeec9a400 +Subproject commit 375a7d69bd1c02979a2e870aebfe8382cc5d17e7