[release][stable][sahara] python-saharaclient release 0.11.1 (liberty)
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: http://git.openstack.org/cgit/openstack/python-saharaclient With package available at: https://pypi.python.org/pypi/python-saharaclient For more details, please see the git log history below and: http://launchpad.net/python-saharaclient/+milestone/0.11.1 Please report issues through launchpad: http://bugs.launchpad.net/python-saharaclient 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
participants (1)
-
Sergey Lukjanov