Files
rally-openstack/requirements.txt
Boris Pavlovic 902ef9ac4a Add base for DB API
Add DB API layer:
*) create, drop table methods
*) DB API interface layer
*) DB API sqlalchemy implementation

Add DB Models layer:
*) Base Model
*) Create Drop Table by models

Add common oslo wrappers to add 2 new class:
1) TestCase - with DB Fixture
2) NoDBTestCase - without DB Fixture

Add base exceptions
2013-08-27 23:01:52 +04:00

14 lines
251 B
Plaintext

Babel>=0.9.6
eventlet>=0.9.17
netaddr>=0.7.6
iso8601>=0.1.4
paramiko>=1.8.0
pbr>=0.5.21,<1.0
psutil
SQLAlchemy>=0.7.8,<0.7.99
sh
six
-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
oslo.config>=1.2.0a3