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
This commit is contained in:
parent
720c72baa9
commit
82c12e581d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user