ansible/library
Justin Ludwig 26374d89a0 Fix AWS credential params for s3 and other modules
The `ec2_ami`, `ec2_elb`, `ec2_tag`, `ec2_vpc`, `route53`, and `s3` modules
all canonicalize the AWS access and secret key params as
`aws_access_key` and `aws_secret_key`. However, following the fixes for #4540,
those modules now use `get_ec2_creds` from `lib/ansible/module_utils/ec2.py`,
which requires access/secret key params to be canonicalized as
`ec2_access_key` and `ec2_secret_key`. As a result, AWS credentials passed
to those six modules as parameters are ignored (they instead always use
the AWS credentials specified via environment variables, or nothing).

So this change fixes those six modules to canonicalize the
AWS access and secret key params as `ec2_access_key` and `ec2_secret_key`,
allowing them to again accept AWS credentials passed via module params.
2013-11-26 19:29:06 -08:00
..
cloud Fix AWS credential params for s3 and other modules 2013-11-26 19:29:06 -08:00
commands Add version_added to all modules missing version_added information, the docs formatter will now 2013-11-18 18:55:49 -05:00
database Add version_added to all modules missing version_added information, the docs formatter will now 2013-11-18 18:55:49 -05:00
files Update unarchive 2013-11-25 10:44:39 -06:00
internal Correct documentation URLs 2013-11-08 15:02:45 -05:00
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 2013-10-11 16:37:10 -04:00
messaging Add missing version_added description in docs. 2013-07-20 12:08:47 -04:00
monitoring Monit fix - Use case insensitive comparison 2013-10-03 02:46:35 +08:00
net_infrastructure Fix pep8 E701 errors in bigip_monitor_http 2013-11-20 14:57:30 -05:00
network Add version_added to all modules missing version_added information, the docs formatter will now 2013-11-18 18:55:49 -05:00
notification Add version_added to all modules missing version_added information, the docs formatter will now 2013-11-18 18:55:49 -05:00
packaging Merge pull request #4985 from zakkie/devel 2013-11-22 09:25:44 -08:00
source_control Addresses #5036 fix typo in git module 2013-11-25 09:55:05 -05:00
system Fix comment yaml escaping in authorized_key module 2013-11-26 08:54:19 -05:00
utilities Remove Python 2.4-incompatible 'with' statement 2013-11-25 17:01:24 +09:00
web_infrastructure Reports changed status from django_manage migrate 2013-11-22 19:35:19 +00:00