summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-04-14 17:41:57 +0000
committerGerrit Code Review <review@openstack.org>2020-04-14 17:41:57 +0000
commitc36616292fa27d5da956d58fcb20470e04fd9946 (patch)
treea646de81fcb41b0926cd4eb8f64af0a929e4bdfd
parent2baef86966b4b64ca704980bb9bbba5eeeca292e (diff)
parent06c5c30fa462d07ef6f63935542e280cf2fd02b4 (diff)
downloadpython-swiftclient-c36616292fa27d5da956d58fcb20470e04fd9946.tar.gz
Merge "Change recommended test config to use auth_uri"
-rw-r--r--test/sample.conf10
1 files changed, 2 insertions, 8 deletions
diff --git a/test/sample.conf b/test/sample.conf
index 95c1a47..49bca90 100644
--- a/test/sample.conf
+++ b/test/sample.conf
@@ -1,16 +1,10 @@
[func_test]
# sample config
-auth_host = 127.0.0.1
-auth_port = 8080
-auth_ssl = no
-auth_prefix = /auth/
+auth_uri = http://127.0.0.1:8080/auth/v1.0/
## sample config for Swift with Keystone v2 API
# For keystone v3 change auth_version to 3 and auth_prefix to /v3/
#auth_version = 2
-#auth_host = localhost
-#auth_port = 5000
-#auth_ssl = no
-#auth_prefix = /v2.0/
+#auth_uri = http://localhost:5000/v2.0/
# Primary functional test account (needs admin access to the account).
# By default the tests use a swiftclient.client.Connection instance with user