9d0a22f92b
Add initial version of the heat cli tool which uses boto - revised following review comments to remove jeos/cfn paths ref #92 Change-Id: I61b5815b250f3b01d33844ff46dd1612000d51fd Signed-off-by: Steven Hardy <shardy@redhat.com>
17 lines
456 B
INI
17 lines
456 B
INI
[Credentials]
|
|
# AWS credentials, from keystone ec2-credentials-list
|
|
aws_access_key_id = YOUR_KEY
|
|
aws_secret_access_key = YOUR_SECKEY
|
|
|
|
[Boto]
|
|
# Make boto output verbose debugging information
|
|
debug = 0
|
|
|
|
# Override the default AWS endpoint to connect to heat on localhost
|
|
cfn_region_name = heat
|
|
cfn_region_endpoint = 127.0.0.1
|
|
|
|
# Set the client retries to 1, or errors connecting to heat repeat
|
|
# which is not useful when debugging API issues
|
|
num_retries = 1
|