[release-announce] [tripleo] python-tripleoclient 9.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 8 21:45:13 UTC 2018


We are gleeful to announce the release of:

python-tripleoclient 9.0.0: TripleO client

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

9.0.0
^^^^^


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

* Add "--all" argument to the "overcloud profiles list" command to
  also display nodes that cannot be deployed on. A new "Error" column
  is displayed when this argument is provided.


Deprecation Notes
*****************

* List deprecations notes here, or remove this section.  All of the
  list items in this section are combined when the release notes are
  rendered, so the text needs to be worded so that it does not depend
  on any information only available in another section, such as the
  prelude. This may mean repeating some details.


Bug Fixes
*********

* Exclude from the output of "overcloud profiles list" nodes that:

  * have error power state

  * do not have a matching hypervisor request

  * have their compute service down.

* The default value for --overcloud-ssh-key was wrong (it was
  actually a username). Instead of using a default value at all, just
  remove the default since we can't sanely pick one.

Changes in python-tripleoclient 8.1.0..9.0.0
--------------------------------------------

52b71ea Configure undercloud docker registry/mirror
0138f0d Updated from global requirements
d122c99 Updated from global requirements
ada0271 Remove Old baremetal commands provided by python-tripleoclient
977bc6f Remove the overcloudrc.v3 file
9f6961b Switch to tripleomaster registry
814a142 Undercloud: wire in scheduler_max_attempts
99f67cc Drop docker_name_space option
f6e130d Remove dead code & variables
ea80a56 Remove default for --overcloud-ssh-key
28d8ec0 Support more hardware types and deprecate enabled_drivers
24cd624 Display Horizon URL at the end of a deployment
7bde737 Report node availability from "overcloud profiles list"


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

...vercloud-profiles-compute-0e12922b3db70285.yaml |   13 +
...default-overcloud-ssh-key-7341a84480727234.yaml |    5 +
.../remove-overcloudrc-v3-088643d24a622473.yaml    |    8 +
requirements.txt                                   |    4 +-
setup.cfg                                          |    6 -
tripleoclient/constants.py                         |   18 -
.../v1/overcloud_deploy/test_overcloud_deploy.py   |   73 +-
.../v1/overcloud_image/test_container_image.py     |    4 +-
tripleoclient/utils.py                             |    4 -
tripleoclient/v1/baremetal.py                      |  447 ---------
tripleoclient/v1/overcloud_credentials.py          |    2 +-
tripleoclient/v1/overcloud_deploy.py               |   48 +-
tripleoclient/v1/overcloud_profiles.py             |   57 +-
tripleoclient/v1/undercloud_config.py              |  121 ++-
tripleoclient/v1/undercloud_deploy.py              |    4 +-
tripleoclient/workflows/deployment.py              |   24 +-
22 files changed, 409 insertions(+), 1669 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 378de7c..1e9ae49 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,2 +17,2 @@ six>=1.10.0 # MIT
-osc-lib>=1.7.0 # Apache-2.0
-websocket-client>=0.33.0 # LGPLv2+
+osc-lib>=1.8.0 # Apache-2.0
+websocket-client<=0.40.0,>=0.33.0 # LGPLv2+






More information about the Release-announce mailing list