9825cb7d7d

Hacking's latest release is 0.11.0. Most other ironic projects are using this release. These updates are done project-by-project to avoid introducing unexpected new hacking rules to projects. This version bump already applies cleanly to ironic-lib with no code style changes. Change-Id: I6e47390299bf8f073b8c8413f0cd4e1365f938bb
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