diff options
author | James Gu <james.gu@att.com> | 2021-01-13 09:15:27 -0800 |
---|---|---|
committer | James Gu <james.gu@att.com> | 2021-01-13 09:15:27 -0800 |
commit | 153904a37e7bf4278e6370a4f27eb3a3ac10bfd0 (patch) | |
tree | 89ef1a1bf91d4d2c76a7ff1ea8c7a0cb8be7250c /tools | |
parent | d52798aa81994811a17883d600ef22d803782c87 (diff) |
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 <james.gu@att.com>
Change-Id: I286cfbe6c5e3344962a3ba2689ccabd49846a806
Diffstat (limited to 'tools')
-rw-r--r-- | tools/files/tempest_conf.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/files/tempest_conf.yaml b/tools/files/tempest_conf.yaml index 294bd81..f117e8b 100644 --- a/tools/files/tempest_conf.yaml +++ b/tools/files/tempest_conf.yaml @@ -1,6 +1,6 @@ --- auth: -# tempest_roles: admin_keystone_read + tempest_roles: admin_glance_update use_dynamic_credentials: True compute: max_microversion: 2.72 |