[release-announce] [ironic] python-ironicclient 2.1.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 8 14:02:17 UTC 2018


We high-spiritedly announce the release of:

python-ironicclient 2.1.0: OpenStack Bare Metal Provisioning API
Client Library

This release is part of the queens release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-ironicclient

Download the package from:

    https://pypi.python.org/pypi/python-ironicclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-ironicclient

For more details, please see below.

2.1.0
^^^^^

Bug Fixes

* Replaces "openstack baremetal node power <on|off>" with the two
  commands:

  * "openstack baremetal node power on" and

  * "openstack baremetal node power off".

  There is no change to the command the user enters (the actual
  command line is the same). However, help (e.g. via "openstack -h
  baremetal") will list the two power commands (instead of the
  original one).

Changes in python-ironicclient 2.0.0..2.1.0
-------------------------------------------

a4a73f9 Updated from global requirements
7ba617b Accept None as a result of node validation in functional test
58a0915 Use the tempest plugin from openstack/ironic-tempest-plugin
cc767bb Remove RBD examples
0d4d2f0 Use assertRegex instead of assertRegexpMatches
ced784f Updated from global requirements
7f5a577 Avoid tox_install.sh for constraints support
ef16eee Remove setting of version/release from releasenotes
55a6bf1 Updated from global requirements
c623cac Updated from global requirements
d1cbe07 osc node power on & off commands
3eb61e6 zuul: centralize 'irrelevant-files' list
50c6cc0 Updated from global requirements
5eac09e Mock filecache.CACHE in unit tests


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

ironicclient/osc/v1/baremetal_node.py              |  44 +++++---
ironicclient/osc/v1/baremetal_volume_target.py     |   8 +-
ironicclient/v1/volume_target_shell.py             |   2 +-
.../legacy/ironicclient-tempest-dsvm-src/run.yaml  |  13 +--
.../osc-node-power-on-off-c269980e3b9c79ca.yaml    |  13 +++
releasenotes/source/conf.py                        |  11 +-
requirements.txt                                   |   8 +-
setup.cfg                                          |   3 +-
test-requirements.txt                              |   4 +-
tools/tox_install.sh                               |  55 ----------
tox.ini                                            |   4 +-
zuul.d/legacy-ironicclient-jobs.yaml               |  33 +++++-
zuul.d/project.yaml                                |  28 +----
17 files changed, 171 insertions(+), 203 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7f6e1ea..b965f1f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,2 +8,2 @@ jsonschema<3.0.0,>=2.6.0 # MIT
-keystoneauth1>=3.2.0 # Apache-2.0
-osc-lib>=1.7.0 # Apache-2.0
+keystoneauth1>=3.3.0 # Apache-2.0
+osc-lib>=1.8.0 # Apache-2.0
@@ -12 +12 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-oslo.utils>=3.28.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
@@ -16 +16 @@ requests>=2.14.2 # Apache-2.0
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index d86b63e..5a0e12b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,2 +15,2 @@ sphinx>=1.6.2 # BSD
-testtools>=1.4.0 # MIT
-tempest>=16.1.0 # Apache-2.0
+testtools>=2.2.0 # MIT
+tempest>=17.1.0 # Apache-2.0






More information about the Release-announce mailing list