Skip to content

Commit

Permalink
Adds quantum and kombu to buildout.
Browse files Browse the repository at this point in the history
Fixes bug 884422. With this fix you can run bin/buildout followed by python bin/test and actually have the tests run.

Change-Id: Ia57d3ae10ce188373d02bb4372f7a63815d9c20f
  • Loading branch information
gabrielhurley committed Oct 31, 2011
1 parent e667fb6 commit ddd2d5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django-openstack/buildout.cfg
Expand Up @@ -31,6 +31,7 @@ eggs =
python-cloudfiles
coverage
glance
quantum
interpreter = python


Expand All @@ -44,6 +45,7 @@ eggs =
argparse
eventlet
greenlet
kombu
paste
pep8
routes
Expand Down

0 comments on commit ddd2d5f

Please sign in to comment.