RETIRED, further work has moved to Debian project infrastructure
Go to file
Corey Bryant 3ec6c573f4 ironic-lib 2.0.0 release
meta:version: 2.0.0
 meta:series: newton
 meta:release-type: release
 meta:announce: openstack-dev@lists.openstack.org
 meta:pypi: yes
 meta:first: no
 meta:release:Author: Dmitry Tantsur <divius.inside@gmail.com>
 meta:release:Commit: Dmitry Tantsur <divius.inside@gmail.com>
 meta:release:Change-Id: I21707e84459d904247f5e7808fc9647fb1fc168a
 meta:release:Code-Review+1: Jim Rollenhagen <jim@jimrollenhagen.com>
 meta:release:Code-Review+2: Doug Hellmann <doug@doughellmann.com>
 meta:release:Workflow+1: Doug Hellmann <doug@doughellmann.com>
 -----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - http://gpgtools.org
 
 iQEcBAABAgAGBQJXg7YfAAoJEDttBqDEKEN6U0UH+QFrsB7PM80oOuQQLIaG3JPm
 I/WcehvHPs3PwEHbQbxo9sT6rCXYgmrKGA59Mfn1YR1xIoMUqFDsQpyo5+aIc/8U
 KTOP2cgxSVTIKD+KOFtpkHyMmOXjgLiFtsFPjg+ctqmzxjrU1OKPlsDoAewIxsG+
 xsKNJ9rjQOffJtYTz8x8PcdYAb/yXBSJNeS7bXLwmF9ESPHOWP/K82rBH8F/LiUp
 ahSHsQJbJRo2mifoVMRDc3SSaGskXb8UHC6cJh3hH0ELcR4FdWrZDkpSuJFki59i
 MxZMBmt6tmGZHJLym3dY1yirRL7kaQuMNRrehYPfdgLyk/reZyyJHhlSlDACS6w=
 =Xc8F
 -----END PGP SIGNATURE-----

Merge tag '2.0.0' into debian/newton

ironic-lib 2.0.0 release

meta:version: 2.0.0
meta:series: newton
meta:release-type: release
meta:announce: openstack-dev@lists.openstack.org
meta:pypi: yes
meta:first: no
meta:release:Author: Dmitry Tantsur <divius.inside@gmail.com>
meta:release:Commit: Dmitry Tantsur <divius.inside@gmail.com>
meta:release:Change-Id: I21707e84459d904247f5e7808fc9647fb1fc168a
meta:release:Code-Review+1: Jim Rollenhagen <jim@jimrollenhagen.com>
meta:release:Code-Review+2: Doug Hellmann <doug@doughellmann.com>
meta:release:Workflow+1: Doug Hellmann <doug@doughellmann.com>
2016-07-18 15:07:09 -04:00
debian Using pkgos-dh_auto_{test,install} from openstack-pkg-tools >= 52~. 2016-07-12 12:32:29 +00:00
etc/rootwrap.d use wipefs to erase FS meta information 2016-03-10 13:03:27 -05:00
ironic_lib Merge "Include wipefs --force option" 2016-07-06 17:01:45 +00:00
.gitignore Ignore .idea folder 2016-06-13 17:47:11 +08:00
.gitreview Add .gitreview 2015-03-27 10:01:11 +01: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-07-04 11:36:45 +00:00
setup.cfg Add support for metrics 2016-06-28 13:38:01 +01:00
setup.py Updated from global requirements 2015-09-17 12:12:30 +00:00
test-requirements.txt Updated from global requirements 2016-05-30 00:13:26 +00:00
tox.ini Fix coverage option and execution 2016-04-14 03:11:02 +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