You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you specify instance_type but not flavor_id in the ec2 driver configuration, the default instance type of m1.small will be used, even if the instance_type is different.
This bug is in 0.8.0.
The text was updated successfully, but these errors were encountered:
Hey @mfischer-zd, thanks for the report. This should be fixed in 0.9.0 - flavor_id has been deprecated in favor of instance_type. If you don't provide either, it now defaults to m1.small but if you provide flavor_id it will issue a warning and then use that. Let me know if this is not fixed!
If you specify
instance_type
but notflavor_id
in the ec2 driver configuration, the default instance type ofm1.small
will be used, even if theinstance_type
is different.This bug is in 0.8.0.
The text was updated successfully, but these errors were encountered: