summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-14 07:57:22 +0000
committerGerrit Code Review <review@openstack.org>2017-02-14 07:57:22 +0000
commit7cb688274983d8eb7384472f85b04dda8151e4f4 (patch)
treefda8913825503e2d49a4003902407336a6beaaf4
parentdc7d8306dd28a6564c14b9fd9ddd478f801929c1 (diff)
parentc569e78e0659153b83fa30de25bac9bee8b5cfa4 (diff)
downloadswift-7cb688274983d8eb7384472f85b04dda8151e4f4.tar.gz
Merge "[Trivial]Fix some type errors in ../sample.conf"
-rw-r--r--test/sample.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/sample.conf b/test/sample.conf
index bdaaeb064..1262b80da 100644
--- a/test/sample.conf
+++ b/test/sample.conf
@@ -1,12 +1,12 @@
[func_test]
-# sample config for Swift with tempauth
+# Sample config for Swift with tempauth
auth_host = 127.0.0.1
auth_port = 8080
auth_ssl = no
auth_prefix = /auth/
-## sample config for Swift with Keystone v2 API
-# For keystone v2 change auth_version to 2 and auth_prefix to /v2.0/
-# And "allow_account_management" should not be set "true"
+# Sample config for Swift with Keystone v2 API.
+# For keystone v2 change auth_version to 2 and auth_prefix to /v2.0/.
+# And "allow_account_management" should not be set "true".
#auth_version = 3
#auth_host = localhost
#auth_port = 5000
@@ -35,7 +35,7 @@ password3 = testing3
#domain4 = test-domain
# Fifth user is required for service token-specific tests.
-# The account must be different than the primary test account
+# The account must be different from the primary test account.
# The user must not have a group (tempauth) or role (keystoneauth) on
# the primary test account. The user must have a group/role that is unique
# and not given to the primary tester and is specified in the options