From 82c12e581d339a04b467be6ae721d8de3184afd8 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Wed, 17 Apr 2019 15:01:18 +0200 Subject: [PATCH] Fix some tempest values changes the default admin_domain_scope to false as we do not provide an admin scoped credentials in the default deployment drops volume-feature-enabled -> api_v1/api_v3 as its deprecated and instead use catalog_type to let tempest know which version to use drop identiti-feautre-enabled -> api_v2 as its deprecated Change-Id: I508b5d3e59b33e2c37155918ce99504e1b760210 --- tempest/values.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tempest/values.yaml b/tempest/values.yaml index 7acbd1f76c..8fb6918dbe 100644 --- a/tempest/values.yaml +++ b/tempest/values.yaml @@ -132,14 +132,13 @@ conf: use_dynamic_credentials: true tempest_roles: admin, member identity: - admin_domain_scope: true + admin_domain_scope: false auth_version: v3 # region value set by configmap-etc region: None # uri_v3 value set by configmap-etc uri_v3: None identity-feature-enabled: - api_v2: false api_v3: true image: http_image: "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img" @@ -206,9 +205,7 @@ conf: disk_formats: raw backend_name: rbd1 storage_protocol: rbd - volume-feature-enabled: - api_v1: False - api_v3: True + catalog_type: volumev3 cleanup: force: false enabled: true