From b5c7001bc91a591869cf4dda044f0c0bf9324fd1 Mon Sep 17 00:00:00 2001 From: davidli Date: Mon, 20 Jul 2015 14:16:11 +0800 Subject: [PATCH] Update configuration doc for authurl with adding the Openstack Identity v1.0 example Signed-off-by: Li Wenquan --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index c5056f597..1f3f15d37 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -95,7 +95,7 @@ information about each option that appears later in this page. swift: username: username password: password - authurl: https://storage.myprovider.com/v2.0 or https://storage.myprovider.com/v3/auth + authurl: https://storage.myprovider.com/auth/v1.0 or https://storage.myprovider.com/v2.0 or https://storage.myprovider.com/v3/auth tenant: tenantname tenantid: tenantid domain: domain name for Openstack Identity v3 API