A python library of common ironic utilities.
Go to file
ChangBo Guo(gcb) 5e642ee4cb Use imageutils from oslo.utils
oslo-incubator was cleaned up in
Ibc5a8f11c6e5c308cec15a60eeb07a898254f9b7, and imageutils (from
oslo-incubator) with unit tests was sync'd in oslo.utils version 3.1.

This switches from using imageutils in the old oslo incubator, to
oslo.utils' imageutils.

Change-Id: Icc8b56616a241c08afb0c95be18bf81c7997fc64
2015-12-22 21:36:09 +00:00
etc/rootwrap.d Replace rootwrap_config and rootwrap_helper_cmd with root_helper 2015-11-19 14:26:01 +00:00
ironic_lib Use imageutils from oslo.utils 2015-12-22 21:36:09 +00: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
README.rst Remove README.md and update README.rst 2015-09-30 14:53:06 -07:00
TESTING.rst Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
requirements.txt Updated from global requirements 2015-12-15 18:55:33 +00:00
setup.cfg Update setup.cfg 2015-09-30 14:05:41 +00:00
setup.py Updated from global requirements 2015-09-17 12:12:30 +00:00
test-requirements.txt Updated from global requirements 2015-12-08 12:36:00 +00:00
tox.ini Put py34 first in the env order of tox 2015-10-01 06:07:29 +00:00

README.rst

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