Lucas Alvares Gomes dccd7b1789 Extend parse_root_device_hints to support operators
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
2016-08-30 10:19:16 +01:00
2016-08-19 08:14:55 -04:00
2016-06-13 17:47:11 +08:00
2015-03-27 10:01:11 +01:00
2015-02-26 04:15:08 -08:00
2015-02-26 04:15:08 -08:00
2015-09-17 12:12:30 +00:00
2015-02-26 04:15:08 -08:00

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
A python library of common ironic utilities.
Readme 7.8 MiB