We are glad to announce the release of: python-saharaclient 0.13.0: Client library for Sahara API This release is part of the mitaka release series. With source available at: https://git.openstack.org/cgit/openstack/python-saharaclient Please report issues through launchpad: https://bugs.launchpad.net/python-saharaclient For more details, please see below. Changes in python-saharaclient 0.12.0..0.13.0 --------------------------------------------- 2a8e126 Fixing updates via CLI 571b5cd Fixing cluster creation with neutron network via CLI f362f23 Use ostestr instead of the custom pretty_tox.sh f6701f0 Adding "health verification --show" CLI call b2165ba Updated from global requirements 78ab1e1 Updated from global requirements 161ab3e Updated from global requirements 2412195 Add debug testenv in tox 2b253fd verifications impl for saharaclient Diffstat (except docs and test files) ------------------------------------- requirements.txt | 4 +- saharaclient/api/clusters.py | 5 ++ saharaclient/osc/v1/cluster_templates.py | 8 +- saharaclient/osc/v1/clusters.py | 89 ++++++++++++++++++-- saharaclient/osc/v1/job_templates.py | 7 +- saharaclient/osc/v1/jobs.py | 9 +- saharaclient/osc/v1/node_group_templates.py | 8 +- setup.cfg | 1 + test-requirements.txt | 4 +- tools/pretty_tox.sh | 6 -- tox.ini | 18 +++- 16 files changed, 224 insertions(+), 79 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a218e04..1b0f282 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.4.0 # Apache-2.0 +oslo.utils>=3.5.0 # Apache-2.0 @@ -15 +15 @@ python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 -python-openstackclient>=2.0.0 # Apache-2.0 +python-openstackclient>=2.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5887fc3..a9c5ba3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ mock>=1.2 # BSD -oslo.config>=3.4.0 # Apache-2.0 +oslo.config>=3.7.0 # Apache-2.0 @@ -11,0 +12,2 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0 +os-testr>=0.4.1 # Apache-2.0