We are eager to announce the release of:
python-saharaclient 0.11.1: Client library for Sahara API
This release is part of the liberty stable release series.
With source available at:
With package available at:
For more details, please see the git log history below and:
Please report issues through launchpad:
Changes in python-saharaclient 0.11.0..0.11.1
---------------------------------------------
52b1c1d Updating saharaclient api docs
7240b0e Updated from global requirements
2646595 Change ignore-errors to ignore_errors
660dc7b Fixing cluster and node group template updates
da1d4cb Remove `data source update` from setup.cfg
bd35e41 Adding missed public/protected support for jobs creation
cc9123d Fix functional tests in saharaclient
1421609 Update .gitreview for stable/liberty
Diffstat (except docs and test files)
-------------------------------------
.coveragerc | 2 +-
.gitreview | 1 +
requirements.txt | 2 +-
saharaclient/api/cluster_templates.py | 51 ++++++------
saharaclient/api/jobs.py | 7 +-
saharaclient/api/node_group_templates.py | 72 +++++++----------
setup.cfg | 1 -
setup.py | 2 +-
test-requirements.txt | 6 +-
12 files changed, 115 insertions(+), 125 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index dd734cb..d6629e9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr<2.0,>=1.6
+pbr>=1.6
diff --git a/test-requirements.txt b/test-requirements.txt
index 0158543..1f0b3da 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,2 +12,2 @@ oslosphinx>=2.5.0 # Apache-2.0
-python-neutronclient<3,>=2.6.0
-python-novaclient>=2.26.0
+python-neutronclient>=2.6.0
+python-novaclient>=2.28.1
@@ -17 +17 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-tempest-lib>=0.6.1
+tempest-lib>=0.8.0