~ubuntu-branches/ubuntu/wily/swift/wily

« back to all changes in this revision

Viewing changes to test/sample.conf

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-09-07 13:00:03 UTC
  • mfrom: (1.2.36)
  • Revision ID: package-import@ubuntu.com-20150907130003-57kpoea6im6wm1fi
Tags: 2.4.0-0ubuntu1
* New upstream release:
  - d/p/CVE-2015-1856.patch,
    d/p/fix-tempauth-acl-checks.patch,
    d/p/increase-httplib-maxheaders.patch,
    d/p/x-auth-token-should-be-bytestring.patch:
    Dropped, included upstream.
* Align (build-)depends with upstream, wrap-and-sort.
* d/p/pyeclib-version.patch: Specify minimum bound for pyeclib only.
* Install new swift-object-reconstructor and swift-ring-builder-analyzer
  binaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#password4 = testing4
34
34
#domain4 = test-domain
35
35
 
 
36
# Fifth user is required for service token-specific tests.
 
37
# The account must be different than the primary test account
 
38
# The user must not have a group (tempauth) or role (keystoneauth) on
 
39
# the primary test account. The user must have a group/role that is unique
 
40
# and not given to the primary tester and is specified in the options
 
41
# <prefix>_require_group (tempauth) or <prefix>_service_roles (keystoneauth).
 
42
#account5 = test5
 
43
#username5 = tester5
 
44
#password5 = testing5
 
45
 
 
46
# The service_prefix option is used for service token-specific tests.
 
47
# If service_prefix or username5 above is not supplied, the tests are skipped.
 
48
# To set the value and enable the service token tests, look at the
 
49
# reseller_prefix option in /etc/swift/proxy-server.conf. There must be at
 
50
# least two prefixes. If not, add a prefix as follows (where we add SERVICE):
 
51
#     reseller_prefix = AUTH, SERVICE
 
52
# The service_prefix must match the <prefix> used in <prefix>_require_group
 
53
# (tempauth) or <prefix>_service_roles (keystoneauth); for example:
 
54
#    SERVICE_require_group = service
 
55
#    SERVICE_service_roles = service
 
56
# Note: Do not enable service token tests if the first prefix in
 
57
# reseller_prefix is the empty prefix AND the primary functional test
 
58
# account contains an underscore.
 
59
#service_prefix = SERVICE
 
60
 
36
61
collate = C
37
62
 
38
63
# Only necessary if a pre-existing server uses self-signed certificate
68
93
#max_meta_count = 90
69
94
#max_meta_overall_size = 4096
70
95
#max_header_size = 8192
 
96
#extra_header_count = 0
71
97
#max_object_name_length = 1024
72
98
#container_listing_limit = 10000
73
99
#account_listing_limit = 10000