Netflix / aminator

A tool for creating EBS AMIs. This tool currently works for CentOS/RedHat Linux images and is intended to run on an EC2 instance.
Apache License 2.0
950 stars 170 forks source link

add default config stuff. this fixes the AttributeErrors #257

Closed kvick closed 7 years ago

kvick commented 7 years ago

During testing, received AttributeErrors during allocate_base_volume Added config defaults.

File "../python/local/lib/python2.7/site-packages/aminator/plugins/cloud/ec2.py", line 187, in allocate_base_volume volume_type = context.cloud.provisioner_ebs_type File ".../python/local/lib/python2.7/site-packages/bunch/__init__.py", line 121, in __getattr__ raise AttributeError(k)