[release-announce] manila 7.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Jan 31 12:47:32 UTC 2019


We joyfully announce the release of:

manila 7.1.0: Shared Storage for OpenStack

This release is part of the rocky stable release series.

Download the package from:

    https://tarballs.openstack.org/manila/

For more details, please see below.

7.1.0
^^^^^


Deprecation Notes
*****************

* The options "ca_certificates_file", "nova_ca_certificates_file",
  "cinder_ca_certificates_file", "api_insecure", "nova_api_insecure"
  and "cinder_api_insecure" have been deprecated from the "DEFAULT"
  group as well as "nova", "neutron" and "cinder" configuration
  groups. Use "cafile" to specify the CA certificates and "insecure"
  to turn off SSL validation in these respective groups (nova, neutron
  and cinder).


Bug Fixes
*********

* The ZFSOnLinux driver now retries unmounting zfs shares to perform
  the manage operation. See Launchpad bug 1785180
  (https://bugs.launchpad.net/manila/+bug/1785180) for details.

* Launchpad bug 1809318
  (https://bugs.launchpad.net/manila/+bug/1809318) has been fixed. The
  deprecated options "api_insecure" and "ca_certificates_file" from
  nova, cinder, neutron or DEFAULT configuration groups no longer
  override the newer "insecure" option if provided. Always use
  "insecure" and "cafile" to control SSL and validation since the
  deprecated options will be removed in a future release.

* Drivers using ganesha can now handle 'manila access-allow <share-
  id> ip 0.0.0.0/0' as a way to allow access to the share from all
  IPs.

Changes in manila 7.0.0..7.1.0
------------------------------

0cde7b0 Set paramiko logging to DEBUG level
742e309 Change ssh_utils parameter to correctly send keepalive packets
bb6256b Improve service instance module debug logging
8919db0 Adjust ssh timeouts
4947cb0 Deprecate old keystone session config opts
d1b195c remove glusterfs-nfs job from check queue
758eaac Fix image_name retrieval in custom-image jobs
a950ce0 Only run the needed services for CephFS jobs
67f2f61 Fix ganesha for 0.0.0.0/0 access
4d7251d change tox envlist from 3.5 to 3
50b9599 Fix ShareGroup sqlalchemy model ShareGroupTypes relation.
ec8c500 Remove run_tests.sh
3071eb8 3PAR: Update Storage Driver docs
50ee230 Remove install-guide-jobs
d07b56f import zuul job settings from project-config
b1d0067 Remove logging overrides from plugin.sh
6d8f47d [ZFSOnLinux] Retry unmounting old datasets during manage
2f939b4 Update UPPER_CONSTRAINTS_FILE for stable/rocky
dc24183 Update .gitreview for stable/rocky


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

.gitreview                                         |   1 +
.zuul.yaml                                         |  21 +++-
contrib/ci/pre_test_hook.sh                        |   4 +
devstack/plugin.sh                                 |  20 +---
devstack/settings                                  |   3 +
.../drivers/hpe-3par-share-driver.rst              |  19 ++--
manila/common/client_auth.py                       |   3 +-
manila/compute/nova.py                             |  32 +++---
manila/db/sqlalchemy/models.py                     |   8 +-
manila/network/linux/interface.py                  |   4 +-
manila/network/neutron/api.py                      |  27 +++--
manila/share/drivers/ganesha/__init__.py           |   4 +
manila/share/drivers/ganesha/utils.py              |  13 +++
manila/share/drivers/generic.py                    |   2 +
manila/share/drivers/service_instance.py           |   6 +
manila/share/drivers/zfsonlinux/driver.py          |  54 ++++++---
manila/testing/README.rst                          |  17 ++-
manila/utils.py                                    |  27 +++--
manila/volume/cinder.py                            |  33 +++---
.../run.yaml                                       |  26 ++---
.../run.yaml                                       |  19 ----
.../run.yaml                                       |  26 ++---
.../manila-tempest-dsvm-mysql-generic/run.yaml     |  19 ----
.../run.yaml                                       |  19 ----
.../run.yaml                                       |  19 ----
.../run.yaml                                       |  19 ----
.../legacy/manila-tempest-dsvm-scenario/run.yaml   |  19 ----
.../run.yaml                                       |   2 +
.../run.yaml                                       |   2 +
...-unmounting-during-manage-872cf46313c5a4ff.yaml |   6 +
...ova-neutron-cinder-groups-e395015088d93fdc.yaml |  19 ++++
...-allow-access-for-all-ips-09773a79dc76ad44.yaml |   6 +
tools/enable-pre-commit-hook.sh                    |   3 +-
tox.ini                                            |  15 ++-
45 files changed, 423 insertions(+), 432 deletions(-)







More information about the Release-announce mailing list