[release-announce] [ironic] python-ironicclient 1.16.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 27 15:59:08 UTC 2017


We are jazzed to announce the release of:

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

This release is part of the pike 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.

1.16.0
^^^^^^


New Features
************

* Adds support for the "port.physical_network" field, which was
  introduced in API version 1.34.


Deprecation Notes
*****************

* Currently, the default API version for the "ironic" tool is fixed
  to be 1.9.  In the Queens release, it will be changed to the latest
  version understood by both the client and the server. In this
  release a warning is logged, if no explicit version is provided.

Changes in python-ironicclient 1.15.0..1.16.0
---------------------------------------------

835c5d4 Turn on warning-is-error
324aaa7 Follow up to the API version warning patches
a9430d3 Updated from global requirements
cdae0fb Log warning when API version is not specified for the ironic tool
66528c7 Add physical network to port commands
ca0219f Update and optimize documentation links


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

README.rst                                         |  6 +--
ironicclient/common/http.py                        |  2 +-
ironicclient/osc/plugin.py                         |  6 ++-
ironicclient/osc/v1/baremetal_port.py              | 30 ++++++++++-
ironicclient/shell.py                              | 22 ++++++--
ironicclient/v1/node.py                            |  8 +--
ironicclient/v1/port.py                            |  4 +-
ironicclient/v1/port_shell.py                      |  6 ++-
ironicclient/v1/resource_fields.py                 |  2 +
...t-version-warning-old-cli-fe34d423ae63544a.yaml |  7 +++
.../port-physical-network-6ea8860d773e473c.yaml    |  5 ++
requirements.txt                                   |  4 +-
setup.cfg                                          |  3 +-
23 files changed, 219 insertions(+), 60 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index fad9570..46e7c90 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,2 +8,2 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
-keystoneauth1>=2.21.0 # Apache-2.0
-osc-lib>=1.5.1 # Apache-2.0
+keystoneauth1>=3.0.1 # Apache-2.0
+osc-lib>=1.7.0 # Apache-2.0






More information about the Release-announce mailing list