This file is indexed.

/usr/lib/python2.7/dist-packages/ovsdbapp/CHANGES is in python-ovsdbapp 0.9.1-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

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.