need to prefix aws vars with aws_

This commit is contained in:
David Gay 2014-12-06 19:37:31 +00:00
parent 38953b5723
commit bb58c21b56

View file

@ -1,11 +1,11 @@
clean_up_on_failure: True
delete_image_on_failure: True
util_username: ec2-user
test_username: fedora
aws_util_username: ec2-user
aws_test_username: fedora
# access_id and secret_key are in private vars
iam_profile: "arn:aws:iam::013116697141:user/oddshocks"
keyname: fedimg-dev
keypath: /etc/pki/fedimg/fedimg-dev
pubkeypath: /etc/pki/fedimg/fedimg-dev.pub
aws_iam_profile: "arn:aws:iam::013116697141:user/oddshocks"
aws_keyname: fedimg-dev
aws_keypath: /etc/pki/fedimg/fedimg-dev
aws_pubkeypath: /etc/pki/fedimg/fedimg-dev.pub
aws_test: "/bin/true"