9a9c8dbf4e
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
9 lines
349 B
YAML
9 lines
349 B
YAML
---
|
|
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.
|