From 001dae2d26f53e07010b828caa1ca6c05936289c Mon Sep 17 00:00:00 2001 From: James Gu Date: Wed, 13 Jan 2021 09:15:27 -0800 Subject: Fix glance deactivate image test cases Needed to add admin_glance_update role to tempest conf that is required by Airship 1.8 glance policy Signed-off-by: James Gu Change-Id: I286cfbe6c5e3344962a3ba2689ccabd49846a806 (cherry picked from commit 153904a37e7bf4278e6370a4f27eb3a3ac10bfd0) --- tools/files/tempest_conf.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools') diff --git a/tools/files/tempest_conf.yaml b/tools/files/tempest_conf.yaml index d5431ac..89807b7 100644 --- a/tools/files/tempest_conf.yaml +++ b/tools/files/tempest_conf.yaml @@ -1,6 +1,11 @@ --- auth: +<<<<<<< HEAD (13ed0e Update treasuremap version to include upstream rbac fixes) tempest_roles: admin_keystone_read +======= + tempest_roles: admin_glance_update + use_dynamic_credentials: True +>>>>>>> CHANGE (153904 Fix glance deactivate image test cases) compute: max_microversion: 2.72 compute-feature-enabled: -- cgit 1.2.3-korg