neutron-lib/releasenotes/notes/context-manager-23538670cd9c701f.yaml
Armando Migliaccio dff79c608f Stop creating a context manager during db._api module import
This patch exposes accessors methods for the context manager,
pulls latest changes according to bp/enginefacade-switch, and
publishes a Sql fixture.

Original-commit: I28b741bfa27bf04cbe273586e6e3e00e14fbe683
Co-authored-by: Ann Taraday <akamyshnikova@mirantis.com>
Change-Id: I6e923e9b228ba20a8b782e787504239da713c652
2017-02-02 17:40:18 -08:00

8 lines
222 B
YAML

---
features:
- |
``neutron_lib.db`` has a public module ``api`` that provides
accessor functions for transactional context manager services.
- |
``neutron_lib.fixture`` has a new ``SqlFixture`` available.