c10121bc26

There is no need for the disk_utils.mkfs() function. Remove it and update code to not use it. Change-Id: I5609a8b80d23af23823ef0f0d7143efb209ef324
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