ironic-lib/README.rst
Lucas Alvares Gomes 28b1941377 Clarify which projects are meant to use the ironic-lib
This patch is updating the README file to clarify that only projects
under the Ironic governance should be consuming this library.

Change-Id: Ie1430c955e44311bbe5d60503ee146ce1601612e
2016-05-20 16:02:58 +01:00

24 lines
404 B
ReStructuredText

----------
ironic_lib
----------
Overview
--------
A common library to be used **exclusively** by projects under the `Ironic
governance <http://governance.openstack.org/reference/projects/ironic.html>`_.
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