Use aws connect calls that allow boto profile use
This commit is contained in:
parent
3d8bf111b5
commit
56d4f21c5f
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ import sys
|
|||
try:
|
||||
import boto
|
||||
import boto.iam
|
||||
import boto.ec2
|
||||
HAS_BOTO = True
|
||||
except ImportError:
|
||||
HAS_BOTO = False
|
||||
|
|
Loading…
Add table
Reference in a new issue