From 6ea7635f87ce480e712439bf20e0e4d9ca81b352 Mon Sep 17 00:00:00 2001 From: Charles Hsu Date: Thu, 31 Dec 2015 12:17:21 +0800 Subject: [PATCH] Add a note for functional tests with Keystone. Change-Id: I9da8f6a56ffb06e89b8da8c06b26ebc8452b652d Closes-Bug: #1530254 --- test/sample.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sample.conf b/test/sample.conf index 3cf3609e59..74b9ca9bd2 100644 --- a/test/sample.conf +++ b/test/sample.conf @@ -6,6 +6,7 @@ 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" #auth_version = 3 #auth_host = localhost #auth_port = 5000