From cd6cfd499192f89a1b0e36e757ed1f0b805b8e8c Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 10 Sep 2019 20:58:46 +0200 Subject: Disable Swift discoverability in tempest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It allows passing most of Swift tests even if bucket info is missing. Additional modifications should be applied to SUT [1]. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1252600 Signed-off-by: Cédric Ollivier Change-Id: I28cd5de5cda47324a5c0589b32394232c78786a3 --- tools/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/test.sh b/tools/test.sh index b6a6b48..4566e42 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -39,6 +39,8 @@ volume: storage_protocol: ceph volume-feature-enabled: backup: true +object-storage-feature-enabled: + discoverability: false EOF cat > openstack.creds << EOF -- cgit 1.2.3-korg