[release-announce] python-saharaclient 2.2.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Fri Mar 8 00:36:46 UTC 2019


We are stoked to announce the release of:

python-saharaclient 2.2.0: Client library for Sahara API

This release is part of the stein stable release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-saharaclient

Download the package from:

    https://pypi.org/project/python-saharaclient

Please report issues through launchpad:

    https://storyboard.openstack.org/#!/project/934

For more details, please see below.

2.2.0
^^^^^

New Features

* The basic saharaclient and the OSC plugin now include support for
  the enhanced boot from volume mechanism introduced in the Stein
  release of Sahara, and support for the keypair replacement mechanism
  introduced in the Rocky release of Sahara. The OSC plugin also now
  includes support for the force deletion of clusters feature
  introduced in the Queens release of Sahara, and support for the
  decommision of a specific instance feature (albeit only via the
  --json flag) introduced in the Queens release of Sahara. (All of
  these features are exclusive to Sahara's APIv2.)

Changes in python-saharaclient 2.1.0..2.2.0
-------------------------------------------

25043cb Add missing APIv2 features to client, OSC


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

.../notes/api-v2-features-650eb8cc0f50a729.yaml    | 12 +++++
saharaclient/api/clusters.py                       |  5 ++
saharaclient/api/node_group_templates.py           | 27 +++++++---
saharaclient/osc/utils.py                          | 17 +++++-
saharaclient/osc/v1/clusters.py                    | 19 +++++--
saharaclient/osc/v2/clusters.py                    | 56 ++++++++++++++++++++
saharaclient/osc/v2/node_group_templates.py        | 60 +++++++++++++++++++++-
setup.cfg                                          |  1 +
9 files changed, 208 insertions(+), 19 deletions(-)







More information about the Release-announce mailing list