Require later version of stevedore

Changes requirement for stevedore to be >=0.10 because
that version of stevedore has the ability to propagate
exceptions up through the map call which is required for
some of the Nova V3 API extensions to work properly

Change-Id: Ic2316e1f0cba28521950f3313652514dd7484378
This commit is contained in:
Chris Yeoh 2013-07-12 10:45:22 +09:30
parent 00e06ce319
commit af8138c9ba
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ simplejson>=2.0.9
six
sqlalchemy>=0.7,<=0.7.99
sqlalchemy-migrate>=0.7
stevedore>=0.9
stevedore>=0.10
suds>=0.4
warlock>=0.7.0,<2
webob>=1.2.3,<1.3