Skip to content

Commit 0c73602

Browse files
committed
Update description about auth version in sample configuration
Now accept only v3. Change-Id: Ia25846670f2d330ef8be0e9305115835736071d3 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
1 parent d520b2b commit 0c73602

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

test/sample.conf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
[func_test]
22
# sample config
33
auth_uri = http://127.0.0.1:8080/auth/v1.0/
4-
## sample config for Swift with Keystone v2 API
5-
# For keystone v3 change auth_version to 3 and auth_prefix to /v3/
6-
#auth_version = 2
7-
#auth_uri = http://localhost:5000/v2.0/
4+
# sample config for Swift with Keystone API v3
5+
#auth_uri = http://localhost:5000/v3/
86

97
# You may want to run tests against endpoints that use development certs
108
# without installing the CA system-wide. Use this to trust an extra set

0 commit comments

Comments
 (0)