Adding release notes for manila patch

Related-Bug: #1998200
Change-Id: I0947f9724ac3438dc84c0c6ff1b77ed97c2285d3
(cherry picked from commit a487f72d0b)
This commit is contained in:
Jorge Merlino 2024-02-07 12:29:14 -03:00
parent 873530c7d3
commit 2b100ffdb9
2 changed files with 18 additions and 2 deletions

View File

@ -297,6 +297,21 @@ for zone creation allow these parameters to be set directly.
For more details see bug `LP #2042944`_.
Changes backported to this release
----------------------------------
manila charm: add support to configure scheduler default filters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The manila charm has a new configuration option `scheduler-default-filters`.
This configures the `scheduler_default_filters` parameter in manila
configuration file.
This is unset by default, so manila retains the default value for
`scheduler_default_filters`. Those might change based on OpenStack release.
For more details see bug `LP #1998200`_.
.. LINKS
.. _watcher charm: https://charmhub.io/watcher
.. _watcher-dashboard charm: https://charmhub.io/watcher-dashboard
@ -322,3 +337,4 @@ For more details see bug `LP #2042944`_.
.. _LP #2018998: https://bugs.launchpad.net/charm-octavia/+bug/2018998
.. _LP #2042944: https://bugs.launchpad.net/designate/+bug/2042944
.. _LP #2019141: https://bugs.launchpad.net/charm-nova-compute/+bug/2019141
.. _LP #1998200: https://bugs.launchpad.net/charm-manila/+bug/1998200

View File

@ -4,10 +4,10 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
sphinx>=4.2 # BSD
sphinx==5.0.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
whereto>=0.3.0 # Apache-2.0
pyenchant # GNU LGPL
sphinxcontrib-spelling # Doug Hellmann - permissions granted
sphinxcontrib-spelling==5.0.0 # Doug Hellmann - permissions granted
sphinx-panels # MIT
sphinx-tabs # MIT