[release-announce] python-tripleoclient 9.3.1 (queens)

no-reply at openstack.org no-reply at openstack.org
Fri Sep 13 15:39:29 UTC 2019


We are gleeful to announce the release of:

python-tripleoclient 9.3.1: TripleO client

This release is part of the queens stable release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/tripleo/+bugs

For more details, please see below.

9.3.1
^^^^^


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

* Deprecate --ipmi-lanplus for "openstack overcloud generate
  fencing" command since now this is the default and add new option
  --ipmi-no- lanplus to override it.


Bug Fixes
*********

* When requesting the deployment status of a non-existant plan,
  instead of showing a traceback, show a helpful message indicating
  there is no status.

Changes in python-tripleoclient 9.3.0..9.3.1
--------------------------------------------

10e861e0 Add exclusions to the unused param warning
a74c62eb overcloud status: return a message if no deployment is found
c7919e74 Suppress output for ssh-keygen
f650c81a Handle non-existant plan when getting deployment status
7d18de7f Allow passing an agent-name as a command line argument
092449a9 Remove execution from workflow message send
074bb6e3 Filter messages not from waiting execution
d7e55403 Make ipmi lanplus the default in auto fencing
de4f45dd Allow run_update_ansible_action run with Mistral or Ansible
9e5ec977 Ensure files exist before building/uploading plan
e717083e Retry heat stack polling on gateway problems


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

...ndle-no-deployment-status-a8f73f887f0f158f.yaml |   4 +
.../ipmi-lanplus-default-fb3ec3496853ed9e.yaml     |   6 +
tripleoclient/constants.py                         |  12 +
.../v1/overcloud_image/test_overcloud_image.py     |  18 ++
.../v1/overcloud_update/test_overcloud_update.py   |   2 +-
tripleoclient/utils.py                             | 339 ++++++++++++++++++-
tripleoclient/v1/overcloud_deploy.py               |  20 ++
tripleoclient/v1/overcloud_ffwd_upgrade.py         |   4 +-
tripleoclient/v1/overcloud_image.py                |  41 ++-
tripleoclient/v1/overcloud_parameters.py           |   8 +-
tripleoclient/v1/overcloud_update.py               |   2 +-
tripleoclient/v1/overcloud_upgrade.py              |   6 +-
tripleoclient/workflows/base.py                    |  26 +-
tripleoclient/workflows/deployment.py              |  15 +-
tripleoclient/workflows/parameters.py              |  18 +-
33 files changed, 1073 insertions(+), 98 deletions(-)







More information about the Release-announce mailing list