File: CHANGES

package info (click to toggle)
python-ovsdbapp 2.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,040 kB
  • sloc: python: 9,222; sh: 138; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
Changes for Neutron migration

* Neutron needs to keep its interface mapp and specify its own API.get()
* The context passed to an API should have an ovsdb_connection attribute
* The helpers.enable_connection_uri function now takes a timeout and an
  execute function as arguments, any kwargs will be passed to that function
* Neutron will need to subclass OvsdbIdl and call vlog.use_python_logger() itself.