Merge "Document missing functional test config option"

This commit is contained in:
Jenkins 2015-07-02 02:39:43 +00:00 committed by Gerrit Code Review
commit 2a62dd88ff
1 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,13 @@ auth_prefix = /auth/
#auth_ssl = no #auth_ssl = no
#auth_prefix = /v2.0/ #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 account = test
username = tester username = tester
password = testing password = testing