Merge pull request #31960 from aletourneau/2015.8_ec2-getconsoleoutput

fixed ec2 get_console_output
This commit is contained in:
Nicole Thomas 2016-03-18 09:13:47 -06:00
commit 810c6dbcbe

View file

@ -4269,6 +4269,7 @@ def get_console_output(
ret = {}
data = aws.query(params,
return_root=True,
location=location,
provider=get_provider(),
opts=__opts__,