From 4beb0eba34162756fa02e1d8244a4de99c1f235e Mon Sep 17 00:00:00 2001 From: Shy Date: Thu, 26 Dec 2019 11:00:05 +0800 Subject: [PATCH] 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 --- tempest/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/values.yaml b/tempest/values.yaml index eb7ca81ac2..e955343436 100644 --- a/tempest/values.yaml +++ b/tempest/values.yaml @@ -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: