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:
parent
f95dc7d4c9
commit
ded0852cd0
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user