tightly controlled by neutron community.) Long story short, if your repository
uses those modules, please switch to corresponding oslo libraries or use your
own copy of oslo-incubator files.
+
+
+Breakages
+---------
+
+Neutron API is not very stable, and there are cases when a desired change in
+neutron tree is expected to trigger breakage for one or more external
+repositories under the neutron tent. Below you can find a list of known
+incompatible changes that could or are known to trigger those breakages.
+
+* change: oslo.service adopted.
+
+ - commit: 6e693fc91dd79cfbf181e3b015a1816d985ad02c
+ - solution: switch using oslo_service.* namespace; stop using ANY neutron.openstack.* contents.
+ - severity: low (plugins must not rely on that subtree).