[openstack-dev] [new][ironic] ironic-lib 2.0.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Mon Jul 11 15:14:32 UTC 2016


We are satisfied to announce the release of:

ironic-lib 2.0.0: Ironic common library

This release is part of the newton release series.

With package available at:

    https://pypi.python.org/pypi/ironic-lib

For more details, please see below.

Changes in ironic-lib 1.3.0..2.0.0
----------------------------------

9b5cb20 Include wipefs --force option
9fea533 Updated from global requirements
433f3d9 Add keyword arg 'log_stdout' to utils.execute()
3858f60 Remove releasenotes/*
e61a45b Use autospec in mocked objects
fb46000 Add support for metrics
122891b Ignore .idea folder
aeaa70b Updated from global requirements
f7a6100 Updated from global requirements
cd25d69 Updated from global requirements
2ca50bc Remove deprecated disk util configs
1d2f962 Updated from global requirements
c6d4f0f Add support for BIOS local boot for GPT label
28b1941 Clarify which projects are meant to use the ironic-lib
c693f1e Fix coverage option and execution


Diffstat (except docs and test files)
-------------------------------------

.gitignore                                |   1 +
README.rst                                |   3 +-
ironic_lib/disk_partitioner.py            |  13 +-
ironic_lib/disk_utils.py                  |  47 +++--
ironic_lib/exception.py                   |   4 +
ironic_lib/metrics.py                     | 300 ++++++++++++++++++++++++++++++
ironic_lib/metrics_statsd.py              | 108 +++++++++++
ironic_lib/metrics_utils.py               | 100 ++++++++++
ironic_lib/utils.py                       |  21 ++-
requirements.txt                          |  10 +-
setup.cfg                                 |   2 +
test-requirements.txt                     |   4 +-
tox.ini                                   |   2 +-
19 files changed, 1091 insertions(+), 87 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 4bd9546..1159ddb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +6,2 @@ pbr>=1.6 # Apache-2.0
-oslo.concurrency>=3.5.0 # Apache-2.0
-oslo.config>=3.9.0 # Apache-2.0
+oslo.concurrency>=3.8.0 # Apache-2.0
+oslo.config>=3.10.0 # Apache-2.0
@@ -9,3 +9,3 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.service>=1.0.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
-requests!=2.9.0,>=2.8.1 # Apache-2.0
+oslo.service>=1.10.0 # Apache-2.0
+oslo.utils>=3.14.0 # Apache-2.0
+requests>=2.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index c96af19..6a7c98a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,2 +8,2 @@ hacking<0.11,>=0.10.0
-mock>=1.2 # BSD
-os-testr>=0.4.1 # Apache-2.0
+mock>=2.0 # BSD
+os-testr>=0.7.0 # Apache-2.0





More information about the OpenStack-dev mailing list