[release-announce] [tripleo] python-tripleoclient 6.1.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 6 19:39:02 UTC 2017


We are happy to announce the release of:

python-tripleoclient 6.1.0: TripleO client

This release is part of the ocata stable release series.

Download the package from:

    https://tarballs.openstack.org/python-tripleoclient/

For more details, please see below.

Changes in python-tripleoclient 6.0.0..6.1.0
--------------------------------------------

51eb51e Fix fencing action parameter name.
6c95332 Pass empty stack_fields to update manager
a4cb75e Make overcloud image upload honor --image-path
f51f391 Fix stack delete client
b04b82e Updated from global requirements
11e87bf Fix release name in release note prelude
b3c9a21 Add Ocata release notes from branch
a1208b2 Update .gitreview for stable/ocata


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

.gitreview                                         |  1 +
releasenotes/notes/5.8.0-9f2df7e7dfcfbc42.yaml     |  2 +-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ocata.rst                      |  6 +++++
requirements.txt                                   |  2 +-
.../v1/overcloud_delete/test_overcloud_delete.py   |  2 +-
.../v1/overcloud_image/test_overcloud_image.py     | 27 +++++++++++++++++++
tripleoclient/v1/overcloud_delete.py               |  2 +-
tripleoclient/v1/overcloud_image.py                | 30 +++++++++++++++++-----
tripleoclient/v1/overcloud_parameters.py           |  2 +-
tripleoclient/v1/overcloud_update.py               |  9 ++++---
tripleoclient/workflows/package_update.py          |  9 ++++++-
13 files changed, 78 insertions(+), 17 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a003a41..8932964 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ python-heatclient>=1.6.1 # Apache-2.0
-python-ironicclient>=1.10.0 # Apache-2.0
+python-ironicclient>=1.11.0 # Apache-2.0





More information about the Release-announce mailing list