[release-announce] [masakari] masakari 5.0.0

no-reply at openstack.org no-reply at openstack.org
Sat Mar 3 14:09:35 UTC 2018


We are ecstatic to announce the release of:

masakari 5.0.0: Virtual Machine High Availability (VMHA) service for
OpenStack

The source is available from:

    https://git.openstack.org/cgit/openstack/masakari

Download the package from:

    https://tarballs.openstack.org/masakari/

Please report issues through launchpad:

    https://bugs.launchpad.net/masakari

For more details, please see below.

Changes in masakari 5.0.0.0b3..5.0.0
------------------------------------

d6483b9 Fix default value of 'nova_catalog_admin_info'
38937a4 Updated from global requirements
83b77df Ignore '409 Conflict' when adding reserved_host to aggregate
f43de14 Improve the home-page url in setup.cfg
c541f39 Remove setting of version/release from releasenotes


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

masakari/conf/nova.py                              |  2 +-
masakari/engine/drivers/taskflow/host_failure.py   | 13 +++++--
.../drivers/taskflow/test_host_failure_flow.py     | 41 ++++++++++++++++++++++
releasenotes/source/conf.py                        | 11 ++----
requirements.txt                                   | 10 +++---
setup.cfg                                          |  2 +-
test-requirements.txt                              |  6 ++--
8 files changed, 69 insertions(+), 24 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2d80fdf..974a320 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16 +16 @@ oslo.i18n>=3.15.3 # Apache-2.0
-oslo.log>=3.30.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
@@ -19,3 +19,3 @@ oslo.policy>=1.30.0 # Apache-2.0
-oslo.service>=1.24.0 # Apache-2.0
-oslo.utils>=3.31.0 # Apache-2.0
-oslo.versionedobjects>=1.28.0 # Apache-2.0
+oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
+oslo.versionedobjects>=1.31.2 # Apache-2.0
@@ -27 +27 @@ stevedore>=1.20.0 # Apache-2.0
-taskflow>=2.7.0 # Apache-2.0
+taskflow>=2.16.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8af8e5a..71fa822 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,2 +12,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
+sphinx!=1.6.6,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
@@ -16 +16 @@ oslosphinx>=4.7.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0






More information about the Release-announce mailing list