Comment out the credentials section in /etc/boto.cfg
this allows us to pass the correct host/endpoint without
having world-readable credentials. This can then be used
as a template for per-user ~/.boto files if desired
Change-Id: I4cea0cb3b790186ddc041edad0ab4ee4b7e8f956
Signed-off-by: Steven Hardy <shardy@redhat.com>
-[Credentials]
+#[Credentials]
# AWS credentials, from keystone ec2-credentials-list
-aws_access_key_id = YOUR_KEY
-aws_secret_access_key = YOUR_SECKEY
+# Note this section should only be uncommented for per-user
+# boto config files, copy this file to ~/.boto
+# Alternatively the credentials can be passed into the boto
+# client at constructor-time in your code
+#aws_access_key_id = YOUR_KEY
+#aws_secret_access_key = YOUR_SECKEY
[Boto]
# Make boto output verbose debugging information