Update releasenotes from Zed cycle
Listing some bug fixes from beginning of Zed cycle should be included in releasenotes. * Fix SSL certificate setting error in v2 Tacker API [1]. * Fix special word error in k8s initialization [2]. * Fix some MgmtDriver error due to Yoga update [3]. [1] https://review.opendev.org/c/openstack/tacker/+/848918 [2] https://review.opendev.org/c/openstack/tacker/+/845655 [3] https://review.opendev.org/c/openstack/tacker/+/844762 Change-Id: I73761283f938c95c0d263d6eca9f1b6624ef1eb2
This commit is contained in:
parent
d5a97c5ffb
commit
49be1faa83
@ -0,0 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes `bug 1976440`_, errors occurred while using the Mgmt Driver
|
||||
for LCM operations.
|
||||
|
||||
.. _bug 1976440 : https://bugs.launchpad.net/tacker/+bug/1976440
|
@ -0,0 +1,8 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes `bug 1978071`_, the issue that k8s resource initialization
|
||||
fails when the manifest file contains special fields such as 'exec',
|
||||
'not', 'except', 'continue', 'from'.
|
||||
|
||||
.. _bug 1978071 : https://bugs.launchpad.net/tacker/+bug/1978071
|
@ -0,0 +1,7 @@
|
||||
fixes:
|
||||
- |
|
||||
Fixes `bug 1979413`_, create temp ssl cert file and set it to
|
||||
k8s client config if 'ssl_ca_cert' exists in
|
||||
``VimConnectionInfo.interfaceInfo``.
|
||||
|
||||
.. _bug 1979413: https://bugs.launchpad.net/tacker/+bug/1979413
|
Loading…
Reference in New Issue
Block a user