ironic/requirements.txt
Ghe Rivero 4723aec443 Migration to oslo.utils library
oslo.utils has been released with the modules excutils, importutils,
strutils and timeutils.

Changes done:
- Use the new oslo.utils modules when possible (not updated in the
nova.ironic driver and other oslo.incubator modules)
- importutils.import_module now is importutils.try_import
- Updated requirements.txt with the new library
- strutils.to_bytes now is strutils.string_to_bytes

Once the nova.ironic driver is migrated into nova tree, old references
and libraries can be cleaned (Bug: #1350269)

Closes-Bug: #1353540

Change-Id: Ic0af04ebd07b23eb94df32a6abf0e490d597f32a
2014-08-06 16:15:58 +00:00

36 lines
696 B
Plaintext

pbr>=0.6,!=0.7,<1.0
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
alembic>=0.6.4
anyjson>=0.3.3
argparse
eventlet>=0.13.0
kombu>=2.4.8
lockfile>=0.8
lxml>=2.3
WebOb>=1.2.3
greenlet>=0.3.2
futures>=2.1.3
sqlalchemy-migrate>=0.9.1
netaddr>=0.7.6
paramiko>=1.13.0
iso8601>=0.1.9
python-neutronclient>=2.3.5,<3
python-glanceclient>=0.13.1
python-keystoneclient>=0.9.0
python-swiftclient>=2.0.2
stevedore>=0.14
pysendfile==2.0.0
websockify>=0.5.1,<0.6
oslo.config>=1.4.0.0a3
oslo.db>=0.2.0 # Apache-2.0
oslo.rootwrap>=1.3.0.0a1
oslo.i18n>=0.1.0 # Apache-2.0
oslo.utils>=0.1.1 # Apache-2.0
pecan>=0.5.0
six>=1.7.0
jsonpatch>=1.1
WSME>=0.6
Jinja2
oslo.messaging>=1.4.0.0a3
retrying>=1.2.2 # Apache-2.0