summaryrefslogtreecommitdiff
path: root/tools/playbooks
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2018-09-13 11:38:01 -0600
committerKota Tsuyuzaki <tsuyuzaki.kota@lab.ntt.co.jp>2018-09-14 13:33:51 +0000
commit5a8cfd6e06d4ee7f47c5926c3859cbd6161c0d1a (patch)
treeee1de8e09f90023fc1c6a16e70d39bc4c0c93242 /tools/playbooks
parent80001aa096a6a98102db5b4ce73b6c0f12e4ca6b (diff)
downloadswift-5a8cfd6e06d4ee7f47c5926c3859cbd6161c0d1a.tar.gz
Add another user for s3api func tests
Previously we'd use two users, one admin and one unprivileged. Ceph's s3-tests, however, assume that both users should have access to create buckets. Further, there are different errors that may be returned depending on whether you are the *bucket* owner or not when using s3_acl. So now we've got: test:tester1 (admin) test:tester2 (also admin) test:tester3 (unprivileged) Change-Id: I0b67c53de3bcadc2c656d86131fca5f2c3114f14
Diffstat (limited to 'tools/playbooks')
-rw-r--r--tools/playbooks/ceph-s3tests/ceph-s3.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/playbooks/ceph-s3tests/ceph-s3.conf b/tools/playbooks/ceph-s3tests/ceph-s3.conf
index 7e66923a7..3f9ebedb0 100644
--- a/tools/playbooks/ceph-s3tests/ceph-s3.conf
+++ b/tools/playbooks/ceph-s3tests/ceph-s3.conf
@@ -11,8 +11,8 @@ access_key = test:tester
secret_key = testing
[s3 alt]
-user_id = test:tester3
-display_name = test:tester3
-email = test:tester3
-access_key = test:tester3
-secret_key = testing3
+user_id = test:tester2
+display_name = test:tester2
+email = test:tester2
+access_key = test:tester2
+secret_key = testing2