dccd7b1789

This patch is extending the parse_root_device_hints() method to make it work with the oslo.utils operators. Partial-Bug: #1561137 Change-Id: I9ab7357e396b89e1fe0c326d9bdfaca71916910e
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