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

no-reply at openstack.org no-reply at openstack.org
Fri Apr 28 01:11:21 UTC 2017


We high-spiritedly announce the release of:

python-tripleoclient 6.2.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.

6.2.0
^^^^^

Bug Fixes

* The *overcloud generate fencing* command no longer carries a
  default value for the *action* parameter. Advice from upstream
  Pacemaker is that this value should no longer be passed to fencing
  agents as it may cause inconsistent behaviour. The parameter
  remains, but is now optional, and its use is discouraged.

* Removed setting NeutronDhcpAgentsPerNetwork based on controller
  count. If not overridden by the user, it should be calculated based
  on the number of neutron DHCP agents that are actually deployed.

* *overcloud deploy* correctly returns an error code when failing
  during the pre-deployment verifications (before the stack is
  launched) (bug 1672790).

Changes in python-tripleoclient 6.1.0..6.2.0
--------------------------------------------

fe3ece1 Fix return code when failing before launching the stack
7d7b1f1 Ignore os-cloud-config deprecation warning
5fd0b2e Make fencing action parameter optional.
92c6fd1 Use tmp env path when rewriting absolute resource paths
f7196df Updated from global requirements
4a5fb38 Remove calculation for NeutronDhcpAgentsPerNetwork
b1d137f Fixed overcloud stack update workflow name error


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

...-fencing-action-parameter-8321d25a23d8ef99.yaml |  8 +++++++
...n-dhcp-agents-per-network-1f34e5deeba71cda.yaml |  6 +++++
...code-on-predeploy-failure-bd62025646e25433.yaml |  7 ++++++
requirements.txt                                   |  2 +-
.../v1/overcloud_deploy/test_overcloud_deploy.py   | 28 +++++++++++++++++++---
tripleoclient/v1/overcloud_deploy.py               | 26 ++++++++++----------
tripleoclient/v1/overcloud_parameters.py           |  4 ++--
tripleoclient/workflows/package_update.py          |  6 ++---
9 files changed, 65 insertions(+), 24 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8932964..8f8278d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=1.8 # Apache-2.0
+pbr<2.0.0,>=1.8 # Apache-2.0





More information about the Release-announce mailing list