summaryrefslogtreecommitdiff
path: root/test/sample.conf
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-09-23 22:14:55 +0000
committerGerrit Code Review <review@openstack.org>2020-09-23 22:14:55 +0000
commit89994a7ad02cf11f723a9071a4c96dc757b30583 (patch)
treed771d3cf4d4fb5f2be64570dc13fa5fd304123d7 /test/sample.conf
parentef7380048ef48bf64019482351a0ec5019d440a3 (diff)
parent2eba2dd42a7fa9663b59486f25707c16ef3731d7 (diff)
downloadpython-swiftclient-89994a7ad02cf11f723a9071a4c96dc757b30583.tar.gz
Merge "Add cacert test config option"
Diffstat (limited to 'test/sample.conf')
-rw-r--r--test/sample.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/sample.conf b/test/sample.conf
index 49bca90..04dfdd9 100644
--- a/test/sample.conf
+++ b/test/sample.conf
@@ -6,6 +6,11 @@ auth_uri = http://127.0.0.1:8080/auth/v1.0/
#auth_version = 2
#auth_uri = http://localhost:5000/v2.0/
+# You may want to run tests against endpoints that use development certs
+# without installing the CA system-wide. Use this to trust an extra set
+# of certificates.
+#cacert = /path/to/trusted-ca.crt
+
# Primary functional test account (needs admin access to the account).
# By default the tests use a swiftclient.client.Connection instance with user
# attribute set to 'account:username' based on the options 'account' and