mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
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:
@@ -210,7 +210,7 @@ conf:
|
||||
connect_method: floating
|
||||
volume:
|
||||
disk_formats: raw
|
||||
backend_name: rbd1
|
||||
backend_names: rbd1
|
||||
storage_protocol: rbd
|
||||
catalog_type: volumev3
|
||||
cleanup:
|
||||
|
||||
Reference in New Issue
Block a user