[openstack-announce] [new][ironic] python-ironicclient 1.6.0	release (newton)
    no-reply at openstack.org 
    no-reply at openstack.org
       
    Thu Jul 28 23:44:17 UTC 2016
    
    
  
We are exuberant to announce the release of:
python-ironicclient 1.6.0: OpenStack Bare Metal Provisioning API
Client Library
This release is part of the newton release series.
With source available at:
    http://git.openstack.org/cgit/openstack/python-ironicclient
With package available at:
    https://pypi.python.org/pypi/python-ironicclient
Please report issues through launchpad:
    http://bugs.launchpad.net/python-ironicclient
For more details, please see below.
1.6.0
^^^^^
New Features
* Adds support for the new "node.resource_class" field, which was
  introduced in API version 1.21.
* Extend the OpenStackClient plugin with new commands:
  * openstack baremetal port show
Changes in python-ironicclient 1.5.0..1.6.0
-------------------------------------------
22888e9 Add support for node.resource_class
98c4f4d Fix coverage target
28dc933 Add CLI tests to check JSON response body
db96f3b Add baremetal port show command to OSC plugin
8c09e4e Trivial: Fix wrong comment in power state test
b415fb7 Add release note link for client release notes
3af0192 Add Python 3.5 classifier and venv
e8cc61b Fix Quick-start example syntax.
Diffstat (except docs and test files)
-------------------------------------
.coveragerc                                        |   3 +
README.rst                                         |   2 +-
ironicclient/osc/v1/baremetal_node.py              |  32 +++-
ironicclient/osc/v1/baremetal_port.py              |  49 +++++++
ironicclient/v1/node.py                            |   9 +-
ironicclient/v1/node_shell.py                      |  15 +-
ironicclient/v1/resource_fields.py                 |   2 +
.../add-node-resource-class-6040d1d6c734522c.yaml  |   4 +
.../notes/osc-plugin-9b5344aceb886cc1.yaml         |   6 +
setup.cfg                                          |   2 +
test-requirements.txt                              |   1 +
tox.ini                                            |   4 +-
21 files changed, 465 insertions(+), 13 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index afedb27..6d3f403 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -19,0 +20 @@ os-testr>=0.7.0 # Apache-2.0
+jsonschema>=2.0.0,<3.0.0,!=2.5.0 # MIT
    
    
More information about the OpenStack-announce
mailing list