-
Notifications
You must be signed in to change notification settings - Fork 26
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
VPC instances #12
Comments
Would be a great addition to the framework. Looking forward to the patch. |
I wanted to work on this feature (Yeah, I got some delay..) and I have an issue with bootstrap.py : Downloading http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg any idea to avoid this ? I need to run tests |
This is a version conflict that is popping up in many places after distribute and setuptools was merged into a single project in setuptools 0.7. I just pushed an update that fixes this issue. I also changed the development environment setup to the more common virtualenv+pip instead of bootstrap. The README has been updated with detailed help for setting up a development environment and running tests. |
It's working fine, thank you ! |
It looks like we can't create an ec2 instance to a specific VPC instance
I will submit a patch about that in the currents weeks
The text was updated successfully, but these errors were encountered: