neutron/releasenotes/notes/deprecate-get_binding_levels-function-84012e104ac572a1.yaml
Shashank Kumar Shankar cfec395b8f Integration of Port Binding Level OVO
This patch integrates Port Binding Level OVO in /plugin/ml2/db.py
and introduces context instead of session for usage in object
operations.

Change-Id: Ifa779f5f70a7502bd96b34d64a84d272af2a6886
Partially-Implements: blueprint adopt-oslo-versioned-objects-for-db
Co-Authored-By: Anindita Das <anindita.das@intel.com>
Co-Authored-By: Slawek Kaplonski <slawek@kaplonski.pl>
2018-09-17 07:00:45 +00:00

8 lines
285 B
YAML

---
deprecations:
- |
Function ``get_binding_levels`` from ``neutron.plugins.ml2.db`` module is
deprecated and will be removed in the future.
New function ``get_binding_levels_objs`` should be used instead.
This new function returns ``PortBindingLevel`` OVO objects.