A python library of common ironic utilities.
Go to file
Jim Rollenhagen cf73a8fb7f Move to oslo.i18n
This brings in i18n.py from ironic (as a helper) and switches all i18n
references to use that module.

The _i18n module from oslo-incubator is left, as syncing imageutils
brings it in.

Change-Id: I012ceb7031695407febbb3bbd24622773a2d9d0f
2015-10-01 09:38:29 -07:00
ironic_lib Move to oslo.i18n 2015-10-01 09:38:29 -07:00
.gitignore Copy .gitignore from Ironic 2015-04-01 06:52:21 -07:00
.gitreview Add .gitreview 2015-03-27 10:01:11 +01:00
.testr.conf Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
CONTRIBUTING.rst Update link for where to report bugs 2015-09-30 13:53:11 -07:00
LICENSE Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
MANIFEST.in Added project infrastructure needs. 2013-05-02 14:55:43 -04:00
openstack-common.conf Switch to oslo.service 2015-06-24 11:19:57 +02:00
README.rst Remove README.md and update README.rst 2015-09-30 14:53:06 -07:00
requirements.txt Move to oslo.i18n 2015-10-01 09:38:29 -07:00
setup.cfg Change PyPI name to ironic-lib and clean up setup.cfg 2015-08-13 12:36:21 +02:00
setup.py Updated from global requirements 2015-09-17 12:12:30 +00:00
test-requirements.txt Move tests/ under ironic_lib/, use ostestr 2015-09-30 09:37:17 -07:00
TESTING.rst Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
TODO.rst Add a TODO file 2015-01-26 03:37:02 -08:00
tox.ini Add a cover target to tox 2015-09-30 09:37:26 -07:00

ironic_lib

Overview

A common library to be used by various projects in the Ironic ecosystem.

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