Update releasenotes from Xena cycle

Listing updates from begining of Xena cycle should be included in
releasenotes.

* Dropping sqlalchemy-filters while updating SQLAlchemy [1].

* Update default network driver to OVN in [2] and [3].

* Bug fixes of features, totally seven as referred in git log.

[1] https://review.opendev.org/c/openstack/tacker/+/796160
[2] https://review.opendev.org/c/openstack/tacker/+/794014
[3] https://review.opendev.org/c/openstack/tacker/+/792872

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
Change-Id: I9b8c8ab02e8ddf9d50716f1ee32c60da9c603a52
This commit is contained in:
Yasufumi Ogawa
2021-07-28 04:34:17 +00:00
parent 1951c2bd73
commit 9a9c8dbf4e
9 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
fixes:
- |
Fixes `bug 1923360`_, add missing endpoint URL in each response of vnflcm
operation.
.. _bug 1923360 : https://bugs.launchpad.net/tacker/+bug/1923360

View File

@@ -0,0 +1,6 @@
---
fixes:
- |
Fixes `bug 1923425`_, add interface into vim connection info.
.. _bug 1923425 : https://bugs.launchpad.net/tacker/+bug/1923425

View File

@@ -0,0 +1,7 @@
---
fixes:
- |
Fixes `bug 1923478`_, correct incomplete URL in notification of vnflcm op
occ.
.. _bug 1923478 : https://bugs.launchpad.net/tacker/+bug/1923478

View File

@@ -0,0 +1,11 @@
---
fixes:
- |
Fixes `bug 1923528`_, drop ``WorkerService`` class which spawns child
service proceses with given number ``api_worker`` as a config value.
Without this fix, it results in that the worker processes, the number of
them is ``api_worker``, spawn each child processes unintendedly.
``api_worker`` is designed just for the number of workers, and not for
their children.
.. _bug 1923528 : https://bugs.launchpad.net/tacker/+bug/1923528

View File

@@ -0,0 +1,8 @@
---
fixes:
- |
Fixes `bug 1923540`_, fix permission of uploaded files with
``vnf package upload`` command are changed to ``644`` unexpectedly while
it should be ``755``. It's corrected while extracting.
.. _bug 1923540 : https://bugs.launchpad.net/tacker/+bug/1923540

View File

@@ -0,0 +1,8 @@
---
fixes:
- |
Fixes `bug 1924214`_, fix a resource ``OS::Heat::AutoScalingGroup`` marked
as unhealthy unexpectedly. Marking only for ``OS::Nova::Server`` is
correct.
.. _bug 1924214 : https://bugs.launchpad.net/tacker/+bug/1924214

View File

@@ -0,0 +1,7 @@
---
fixes:
- |
Fixes `bug 1930571`_, add missing property ``vnfConfigurableProperties``
in the result of CLI commands, such as ``openstack vnflcm show``.
.. _bug 1930571 : https://bugs.launchpad.net/tacker/+bug/1930571

View File

@@ -0,0 +1,8 @@
---
deprecations:
- |
Drop sqlalchemy-filters from tacker. We've been depending on
sqlalchemy-filters a little, but it can be replaced with original code in
tacker as alternative. We can catch up with a change in SQLAlchemy without
waiting for a update sqlalchemy-filters after then, update our code
instead quickly.

View File

@@ -0,0 +1,5 @@
---
upgrade:
- |
Change default network backend driver to OVN in ``tacker/devstack`` for
installation and ``.zuul.yaml`` for functional tests.