change default value for s3_store_host

Changing the default value for s3_store_host parameter from
127.0.0.1:8080 to s3.amazonaws.com in glance-api.conf and
glance-cache.conf.

DocImpact: The following parameter is changed in glance-api.conf
and glance-cache.conf.
-s3_store_host = 127.0.0.1:8080
+s3_store_host = s3.amazonaws.com

Change-Id: I39f5bca280b83853021f379c1b7ebe29cff182b9
This commit is contained in:
Masashi Ozawa 2014-10-27 06:00:05 +00:00
parent f95dc7d4c9
commit ded0852cd0
2 changed files with 2 additions and 2 deletions

View File

@ -569,7 +569,7 @@ swift_enable_snet = False
# Address where the S3 authentication service lives
# Valid schemes are 'http://' and 'https://'
# If no scheme specified, default to 'http://'
s3_store_host = 127.0.0.1:8080
s3_store_host = s3.amazonaws.com
# User to authenticate against the S3 authentication service
s3_store_access_key = <20-char AWS access key>

View File

@ -107,7 +107,7 @@ swift_enable_snet = False
# Address where the S3 authentication service lives
# Valid schemes are 'http://' and 'https://'
# If no scheme specified, default to 'http://'
s3_store_host = 127.0.0.1:8080
s3_store_host = s3.amazonaws.com
# User to authenticate against the S3 authentication service
s3_store_access_key = <20-char AWS access key>