summaryrefslogtreecommitdiff
path: root/tests/sample.conf
blob: 3b9b03d5b017be9df3bfb81a69a1d5cec68a8a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[func_test]
# sample config
auth_host = 127.0.0.1
auth_port = 8080
auth_ssl = no
auth_prefix = /auth/
## 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/

# Primary functional test account (needs admin access to the account)
account = test
username = tester
password = testing