Merge "[release] Tidy up release notes for Yoga"

This commit is contained in:
Zuul 2022-04-04 11:08:35 +00:00 committed by Gerrit Code Review
commit bf30ed621b
7 changed files with 11 additions and 15 deletions

View File

@ -1,4 +1,4 @@
---
features:
- |
Add support for the VMware NSX Policy plugin
Adds support for the VMware NSX Policy plugin

View File

@ -1,5 +1,4 @@
---
features:
- |
openEuler 20.03-LTS-SP2 distro is supported as host os for kolla-ansible
now.
Adds support for openEuler 20.03-LTS-SP2 as a host OS distribution.

View File

@ -1,5 +1,5 @@
---
features:
- |
Add Venus deployment support.
The project provides a solution to log collection.
Adds Venus deployment support.
The project provides a solution for log collection.

View File

@ -1,5 +1,5 @@
---
fixes:
- |
rabbitmq: add node parameter in rabbitmq_user call.
`LP#1946506 <https://launchpad.net/bugs/1946506>`__
Adds the ``node`` parameter when using the ``rabbitmq_user`` Ansible
module. `LP#1946506 <https://launchpad.net/bugs/1946506>`__

View File

@ -4,4 +4,4 @@ fixes:
Fixes the copy job for grafana custom home dashboard file.
The copy job for the grafana home dashboard file needs to run priviliged,
otherwise permission denied error occurs.
`LP#[1947710] <https://launchpad.net/bugs/1947710>`__
`LP#1947710 <https://launchpad.net/bugs/1947710>`__

View File

@ -1,8 +1,6 @@
---
features:
- |
Allows the use of variables in ceph conf and keyring files.
Consistently use template instead of copy. This has the added
advantage of allowing variables inside ceph conf files and keyrings.
Including but not limited to ansible lookup expressions.
Allows the use of variables in ceph configuration and keyring files.
This includes but is not limited to ansible lookup expressions.
`LP#1959565 <https://launchpad.net/bugs/1959565>`__

View File

@ -1,6 +1,5 @@
---
features:
- |
Support for configuring a Vendordata file for Nova has been
added. This allows users to pass through arbitrary data to
instances.
Adds support for configuring a Vendordata file for Nova. This allows users
to pass through arbitrary data to instances.