trove/requirements.txt
Haomai Wang 4907ccca2a Replace nova client with cinder client to use volume
Now cinder support a few new features like extend volume which used in Trove.
We can't use nova client to enjoy this new feature, so we should change to use
cinder client as volume management.

implement bp implement-volume-extend

Change-Id: I4f9139bacd7d8b4c2538bff6aa54416b27c9026e
2013-08-04 22:31:34 -07:00

23 lines
317 B
Plaintext

d2to1>=0.2.10,<0.3
pbr>=0.5.16,<0.6
SQLAlchemy>=0.7,<=0.7.99
eventlet
extras
kombu>2.4.7
routes
WebOb
PasteDeploy
paste
sqlalchemy-migrate>=0.7.2
netaddr
httplib2
lxml
python-novaclient
python-cinderclient>=1.0.4
python-keystoneclient
python-swiftclient
iso8601
oslo.config>=1.1.0
jsonschema>=1.0.0,!=1.4.0,<2
Jinja2