Merge pull request #1587 from micxer/iam-fix

Use aws connect calls that allow boto profile use
reviewable/pr18780/r1
Toshio Kuratomi 11 years ago
commit f42fed3d70

@ -146,6 +146,7 @@ import sys
try:
import boto
import boto.iam
import boto.ec2
HAS_BOTO = True
except ImportError:
HAS_BOTO = False

Loading…
Cancel
Save