
This code is used by both ironic and ironic-inspector with barely any difference and will be required to import the JSON RPC code. To prevent IPA from depending on keystoneauth, the new requirement is added as a new extra feature "keystone". Change-Id: I8bc08ec9e081a67d1687033413fee63698e14e69
ironic-lib
Team and repository tags
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 -r test-requirements.txt
$ stestr run
Description