summaryrefslogtreecommitdiff
path: root/test/sample.conf
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-06-04 18:02:49 +0000
committerGerrit Code Review <review@openstack.org>2019-06-04 18:02:49 +0000
commit4ae5ae100d18c9248bbc98d7f60b6c6b1a6ed219 (patch)
treef39247ebf899f7d2b17061bdb0861f6864a03c5f /test/sample.conf
parenteaf180c68dc7cba866df0c70199ae48fb382c6e0 (diff)
parent89c9c6f0b27fcc208996590610df8b04bec2ebc8 (diff)
downloadswift-4ae5ae100d18c9248bbc98d7f60b6c6b1a6ed219.tar.gz
Merge "Have a separate s3api functional test suite"
Diffstat (limited to 'test/sample.conf')
-rw-r--r--test/sample.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/sample.conf b/test/sample.conf
index 1f55fc7b0..309a7124c 100644
--- a/test/sample.conf
+++ b/test/sample.conf
@@ -1,3 +1,16 @@
+[s3api_test]
+endpoint = http://127.0.0.1:8080
+#ca_cert=/path/to/ca.crt
+region = us-east-1
+# First and second users should be account owners
+access_key1 = test:tester
+secret_key1 = testing
+access_key2 = test:tester2
+secret_key2 = testing2
+# Third user should be unprivileged
+access_key3 = test:tester3
+secret_key3 = testing3
+
[func_test]
# Sample config for Swift with tempauth
auth_uri = http://127.0.0.1:8080/auth/v1.0