[openstack-announce] [new][sahara] sahara 4.1.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 14 12:37:21 UTC 2016


We are pumped to announce the release of:

sahara 4.1.0: Sahara project

This release is part of the mitaka stable release series.

With source available at:

    http://git.openstack.org/cgit/openstack/sahara

For more details, please see below.

4.1.0
^^^^^


Known Issues
************

* Fixed issue with incorrect retrieving of auth url.


Bug Fixes
*********

* Starting Ambari clusters on Centos 7 is fixed.

* CA certificate handling in keystone, nova, neutron and cinder
  clients are fixed (#330635)

Changes in sahara 4.0.1..4.1.0
------------------------------

9e58aef Updated from global requirements
80a00cd Resolves issue where to allow custom repo URLS
a41bb25 sleep before waiting requests
ffe5e0a Remove unecessary decorators from private interface
fdee5e2 Fix retrieve auth_url
e46f0c7 Fix the ca certificate handling in the client sessions
cf13d95 Updated from global requirements
f4ee3d0 workaround to fix ambari start on centos7


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

.../ambari-server-start-856403bc280dfba3.yaml      |  3 ++
.../notes/ca-cert-fix-5c434a82f9347039.yaml        |  4 +++
.../notes/retrive-auth-url-0a57689c51630a55.yaml   |  3 ++
requirements.txt                                   |  2 +-
sahara/plugins/ambari/client.py                    |  2 ++
sahara/plugins/ambari/deploy.py                    |  8 +++--
sahara/service/sessions.py                         | 16 +++++-----
sahara/swift/utils.py                              | 22 ++++---------
sahara/utils/openstack/base.py                     | 23 ++++++++++----
test-requirements.txt                              |  2 +-
21 files changed, 100 insertions(+), 75 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index d4df32a..efe2d3b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17 +17 @@ oslo.config>=3.7.0 # Apache-2.0
-oslo.concurrency>=3.5.0 # Apache-2.0
+oslo.concurrency>=3.7.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index eeb7a5e..5bf185a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ PrettyTable<0.8,>=0.7 # BSD
-PyMySQL>=0.6.2 # MIT License
+PyMySQL!=0.7.7,>=0.6.2 # MIT License





More information about the OpenStack-announce mailing list