fix tempest conf
The configuration of conf.volume.backend_name in openstack-helm/tempest/values.yaml is missing an "s", and the standard configuration of volume in tempest.conf is "backend_names". Change-Id: I1778e047774b8d74a021153674ab53915649663f
This commit is contained in:
parent
942fa475cf
commit
4beb0eba34
@ -210,7 +210,7 @@ conf:
|
|||||||
connect_method: floating
|
connect_method: floating
|
||||||
volume:
|
volume:
|
||||||
disk_formats: raw
|
disk_formats: raw
|
||||||
backend_name: rbd1
|
backend_names: rbd1
|
||||||
storage_protocol: rbd
|
storage_protocol: rbd
|
||||||
catalog_type: volumev3
|
catalog_type: volumev3
|
||||||
cleanup:
|
cleanup:
|
||||||
|
Loading…
Reference in New Issue
Block a user