82cb68adb0

Does what it says. Change-Id: Ibfda7585fd071abfc505a4e5ab6698a8bfd958b7
ironic_lib
Overview
A common library to be used exclusively by projects under the Ironic governance.
Running Tests
To run tests in virtualenvs (preferred):
$ sudo pip install tox
$ tox
To run tests in the current environment:
$ sudo pip install -r requirements.txt
$ nosetests
Description