Files
python-swiftclient/test/sample.conf
Ivan Anfimov 0c73602223 Update description about auth version in sample configuration
Now accept only v3.

Change-Id: Ia25846670f2d330ef8be0e9305115835736071d3
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
2026-02-06 21:43:42 +00:00

30 lines
1.1 KiB
Plaintext

[func_test]
# sample config
auth_uri = http://127.0.0.1:8080/auth/v1.0/
# sample config for Swift with Keystone API v3
#auth_uri = http://localhost:5000/v3/
# You may want to run tests against endpoints that use development certs
# without installing the CA system-wide. Use this to trust an extra set
# of certificates.
#cacert = /path/to/trusted-ca.crt
# 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
# Another user is required for keystone v3 specific tests.
# Account must be in a non-default domain.
# (Suffix '4' is used to be consistent with swift functional test config).
#account4 = test4
#username4 = tester4
#password4 = testing4
#domain4 = test-domain