[release-announce] [tripleo] python-tripleoclient 7.3.1 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 4 19:57:42 UTC 2017


We high-spiritedly announce the release of:

python-tripleoclient 7.3.1: TripleO client

This release is part of the pike stable release series.

Download the package from:

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

For more details, please see below.

7.3.1
^^^^^

New Features

* A new -n/--networks-data option has been added.  This allows
  overriding the default network_data.yaml, similar to the existing
  interface for roles_data.yaml.

Changes in python-tripleoclient 7.3.0..7.3.1
--------------------------------------------

6f150ff Increase timeout in get_deprecated_parameters workflow
4d7a2df Update openstackclient required version.
47c1e3b Add --set argument to prepare command
fd4664e Add -n/--networks-data option
150a5c6 Add neutron_driver value to prepare command
e786a13 Handle when lists not only string in config download
6092eee Remove printing the introspection status


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

.../networks_data_option-6c613c0d118ccfc8.yaml     |   6 +
requirements.txt                                   |   2 +-
tripleoclient/constants.py                         |   1 +
.../v1/overcloud_config/test_overcloud_config.py   |  64 +++---
.../v1/overcloud_image/test_container_image.py     | 221 ++++++++++++++++++++-
tripleoclient/v1/container_image.py                |  36 +++-
tripleoclient/v1/overcloud_config.py               |  20 +-
tripleoclient/v1/overcloud_deploy.py               |  11 +-
tripleoclient/workflows/baremetal.py               |  11 +-
tripleoclient/workflows/parameters.py              |   2 +-
tripleoclient/workflows/plan_management.py         |  22 +-
12 files changed, 338 insertions(+), 64 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index bbaff35..79fe063 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +13 @@ python-mistralclient>=3.1.0 # Apache-2.0
-python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
+python-openstackclient>=3.11.0 # Apache-2.0






More information about the Release-announce mailing list