neutron-lib/releasenotes/notes/public-sql-fixtures-35d0aa74a368e217.yaml
Boden R 7a58374fde make sql fixtures public
This patch makes the _StaticSqlFixture and _SqlFixture fixture classes
public by removing the leading underscore in the name. Based on
recent testing [1][2] the current versions of these fixtures seems to
work for consumers.

[1] https://review.opendev.org/#/c/657887/
[2] https://review.opendev.org/#/c/668000/

Change-Id: I5e9497d650176201407f0823f0fce46e009fb89c
2019-06-28 09:39:42 -06:00

5 lines
113 B
YAML

---
features:
- The ``SqlFixture`` and ``StaticSqlFixture`` are now available in
``neutron_lib.fixtures``.