blob: 4578ab78d800e158b0500162fc60f2d81cb518bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[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
#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
|