heat : comment credentials in template boto.cfg

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>
This commit is contained in:
Steven Hardy
2012-09-11 19:03:41 +01:00
parent 33bfcd36d5
commit 455bb8889f

View File

@@ -1,7 +1,11 @@
[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