From 06c5c30fa462d07ef6f63935542e280cf2fd02b4 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Mon, 13 Apr 2020 22:45:25 -0700 Subject: [PATCH] Change recommended test config to use auth_uri ...instead of piecing it together from auth_host, auth_port, auth_ssl, auth_prefix, and (sort of, sometimes) auth_version. Change-Id: Ie9c36e778d6a03f905899074d7136b767812ea11 --- test/sample.conf | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/test/sample.conf b/test/sample.conf index 95c1a478..49bca90a 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