[release-announce] masakari 8.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 16 12:54:17 UTC 2019


We are jazzed to announce the release of:

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

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/masakari

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/masakari/+bugs

For more details, please see below.

Changes in masakari 7.0.0..8.0.0
--------------------------------

24f678c Remove references of novaclient.exceptions.EndpointNotFound
85fa0c0 Add Python 3 Train unit tests
118381f add libpq-dev and python-dev to build psycopg2
50938d0 Replace git.openstack.org URLs with opendev.org URLs
7f16e79 Update api-ref location
9a2ce34 Resolve functional gate job failure
204fa9c Resolve gate job failure
e8a18ee OpenDev Migration Patch
0e10030 Switch from oslosphinx to openstackdocstheme
e2f9a3d Replace openstack.org git:// URLs with https://
d73a88a Update master for stable/stein
2e57fa0 Add devstack support for masakari-monitors
5f9f9ba Migrate multinode jobs to Ubuntu Bionic


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

.gitreview                                         |   2 +-
.zuul.yaml                                         |  19 ++-
README.rst                                         |   2 +-
bindep.txt                                         |   6 +
devstack/README.rst                                |   6 +-
devstack/plugin.sh                                 | 166 +++++++++++++++++----
devstack/settings                                  |  13 +-
masakari/compute/nova.py                           |   3 +-
releasenotes/source/conf.py                        |   6 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/stein.rst                      |   6 +
requirements.txt                                   |   2 +-
setup.cfg                                          |   3 +-
test-requirements.txt                              |   5 -
tox.ini                                            |  29 +++-
24 files changed, 253 insertions(+), 90 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index aff54b3..f361341 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ iso8601>=0.1.11 # MIT
-jsonschema<3.0.0,>=2.6.0 # MIT
+jsonschema>=2.6.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 1545092..ae23692 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,2 +12,0 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
@@ -16 +13,0 @@ os-api-ref>=1.4.0 # Apache-2.0
-oslosphinx>=4.7.0 # Apache-2.0
@@ -24,2 +20,0 @@ testtools>=2.2.0 # MIT
-# releasenotes
-reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list