We are stoked to announce the release of: python-saharaclient 2.1.0: Client library for Sahara API This release is part of the stein 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.1.0 ^^^^^ New Features * Adding the ability for the CLI to communicate with OpenStack Sahara using the new APIv2. Changes in python-saharaclient 2.0.0..2.1.0 ------------------------------------------- 3f6f2d1 Preparing OSC for APIv2 66e04a3 Add Python 3.6 classifier to setup.cfg fd52f6d add python 3.6 unit test job ff226ae Update devel info: mailing list 5b427d8 Use templates for cover and lower-constraints 685165b add python 3.6 unit test job 8d161df switch documentation job to new PTI 4facb42 import zuul job settings from project-config ae21379 Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 20 +- releasenotes/notes/osc-apiv2-4079c8cdb839ae42.yaml | 5 + releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 + saharaclient/osc/utils.py | 235 +++++++++ saharaclient/osc/v1/cluster_templates.py | 116 ++--- saharaclient/osc/v1/clusters.py | 95 ++-- saharaclient/osc/v1/job_templates.py | 23 +- saharaclient/osc/v1/jobs.py | 57 ++- saharaclient/osc/v2/cluster_templates.py | 149 ++++++ saharaclient/osc/v2/clusters.py | 172 +++++++ saharaclient/osc/v2/data_sources.py | 48 ++ saharaclient/osc/v2/images.py | 62 +++ saharaclient/osc/v2/job_binaries.py | 212 ++++++++ saharaclient/osc/v2/job_templates.py | 48 ++ saharaclient/osc/v2/job_types.py | 54 ++ saharaclient/osc/v2/jobs.py | 142 ++++++ saharaclient/osc/v2/plugins.py | 40 ++ setup.cfg | 60 ++- tox.ini | 2 +- 39 files changed, 4336 insertions(+), 145 deletions(-)
participants (1)
-
no-reply@openstack.org