Closed rodrigosaito closed 8 years ago
Can confirm that this fix also works for me with the following requirements.txt
for the virtualenv from which I execute kappa
:
boto3==1.3.1
botocore==1.4.20
click==6.6
docutils==0.12
futures==3.0.5
jmespath==0.9.0
placebo==0.8.1
python-dateutil==2.5.3
PyYAML==3.11
six==1.10.0
git+https://github.com/garnaat/kappa.git
Boto expects SecurityGroupIds and SubnetIds to be arrays instead of a strings separated with ",".
I was wondering if there's a way to test this?