From c569e78e0659153b83fa30de25bac9bee8b5cfa4 Mon Sep 17 00:00:00 2001 From: yuhui_inspur Date: Sun, 12 Feb 2017 01:30:34 -0800 Subject: [PATCH] [Trivial]Fix some type errors in ../sample.conf Change-Id: Iea629d5a08aa3d94e097fcdab28f94511b262fcf --- test/sample.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/sample.conf b/test/sample.conf index bdaaeb064f..1262b80dad 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