Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.8.0 doesn't properly honor instance_type #114

Closed
mfischer-zd opened this issue Apr 30, 2015 · 1 comment
Closed

release 0.8.0 doesn't properly honor instance_type #114

mfischer-zd opened this issue Apr 30, 2015 · 1 comment

Comments

@mfischer-zd
Copy link

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.

@tyler-ball
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants