summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-11-15 16:09:21 -0800
committerTim Burke <tim.burke@gmail.com>2019-11-16 14:24:08 -0800
commitcfb3ae6019d9a4437675ff9d6161d67071fe528d (patch)
tree5204a197dab4ccd246a957d3b66a741d28e8cecb /tools
parent9fa0b211a9b48c6fa00654386a615094f750a151 (diff)
downloadswift-cfb3ae6019d9a4437675ff9d6161d67071fe528d.tar.gz
Update known-failures and config for up-rev'ed ceph/s3tests
Change-Id: I3833843cd8d23c498a2afe6c68a3f0afe26343c0
Diffstat (limited to 'tools')
-rw-r--r--tools/playbooks/ceph-s3tests/ceph-s3.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/playbooks/ceph-s3tests/ceph-s3.conf b/tools/playbooks/ceph-s3tests/ceph-s3.conf
index 3f9ebedb0..f9b06f7c9 100644
--- a/tools/playbooks/ceph-s3tests/ceph-s3.conf
+++ b/tools/playbooks/ceph-s3tests/ceph-s3.conf
@@ -3,6 +3,9 @@ host = localhost
port = 8080
is_secure = no
+[fixtures]
+bucket prefix = ceph-s3tests-{random}-
+
[s3 main]
user_id = test:tester
display_name = test:tester
@@ -16,3 +19,11 @@ display_name = test:tester2
email = test:tester2
access_key = test:tester2
secret_key = testing2
+
+[s3 tenant]
+# XXX(tburke): I have no idea if this even begins to make any sense...
+user_id = test2:tester2
+display_name = test2:tester2
+email = test2:tester2
+access_key = test2:tester2
+secret_key = testing2