Merge "Document missing functional test config option"
This commit is contained in:
commit
2a62dd88ff
@ -12,7 +12,13 @@ auth_prefix = /auth/
|
||||
#auth_ssl = no
|
||||
#auth_prefix = /v2.0/
|
||||
|
||||
# Primary functional test account (needs admin access to the account)
|
||||
# Primary functional test account (needs admin access to the account).
|
||||
# By default the tests use a swiftclient.client.Connection instance with user
|
||||
# attribute set to 'account:username' based on the options 'account' and
|
||||
# 'username' specified below. This can be overridden for auth systems that
|
||||
# expect a different form of user attribute by setting the option
|
||||
# 'account_username'.
|
||||
# account_username = test_tester
|
||||
account = test
|
||||
username = tester
|
||||
password = testing
|
||||
|
Loading…
Reference in New Issue
Block a user