From 5e389d98c0b7f4f79d3f64579bda5a23caa952a2 Mon Sep 17 00:00:00 2001 From: darrenchan Date: Wed, 19 Nov 2014 21:11:15 +1100 Subject: [PATCH] Changed the default value for s3_store_host Updated the default value for s3_store_host under the Configure back ends section Change-Id: Ib7a9e7ef078e4879468ef9704960a44049a5aaaf backport:none Closes-Bug: #1386089 --- doc/common/tables/glance-s3.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/common/tables/glance-s3.xml b/doc/common/tables/glance-s3.xml index 9f8a77c670..4fa52e82b1 100644 --- a/doc/common/tables/glance-s3.xml +++ b/doc/common/tables/glance-s3.xml @@ -34,7 +34,7 @@ (BoolOpt) A boolean to determine if the S3 bucket should be created on upload if it does not exist or if an error should be returned to the user. - s3_store_host = None + s3_store_host = s3.amazonaws.com (StrOpt) The host where the S3 server is listening.