A python library of common ironic utilities.
Go to file
Lucas Alvares Gomes 152cf2857f Limit memory usage when running qemu-img
With multiple qemu-img processes running at the same time the host machine
can quickly run out of memory. This patch is limiting the memory space
to 1 GiB when invoking qemu-img.

Change-Id: If791452edc38c4732ba2b96220e7969c72b234dd
Closes-Bug: #1657808
(cherry picked from commit 4ae48d0b21)
2017-01-19 20:30:40 +00:00
doc/source Add developer documentation on metrics 2016-08-19 08:49:33 -07:00
etc/rootwrap.d Support configdrive in iscsi deploy for whole disk images 2016-07-28 04:44:56 -07:00
ironic_lib Limit memory usage when running qemu-img 2017-01-19 20:30:40 +00:00
tools Use constraints for all the things 2016-08-19 08:14:55 -04:00
.gitignore Ignore .idea folder 2016-06-13 17:47:11 +08:00
.gitreview Update .gitreview for stable/newton 2016-08-29 16:21:39 -04:00
.testr.conf Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
CONTRIBUTING.rst Update link for where to report bugs 2015-09-30 13:53:11 -07:00
LICENSE Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
MANIFEST.in Added project infrastructure needs. 2013-05-02 14:55:43 -04:00
README.rst Clarify which projects are meant to use the ironic-lib 2016-05-20 16:02:58 +01:00
TESTING.rst Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
requirements.txt Updated from global requirements 2016-08-04 02:35:41 +00:00
setup.cfg Add framework for doc building in ironic-lib 2016-08-18 09:14:52 -07:00
setup.py Updated from global requirements 2015-09-17 12:12:30 +00:00
test-requirements.txt Enforce doc8, make it pass, + fix inaccuracies 2016-08-18 16:47:22 +00:00
tox.ini Merge "Use constraints for all the things" 2016-08-19 14:16:59 +00:00

README.rst

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