neutron-lib/releasenotes/notes/rm-apiutils-fa30241be7ca5162.yaml
Boden R fa32a3f41c remove the unused neutron_lib.api.utils module
The single function in the api utils module has been moved for some time
and no one is using it today [1].

This patch removes the neutron_lib.api.utils module.

[1] http://codesearch.openstack.org/?q=from%20neutron_lib.api%20import%20utils

Change-Id: I28c496e9f686a7b83e86703a8b5ee2ec420e72e1
2018-04-06 07:00:43 -06:00

7 lines
268 B
YAML

---
upgrade:
- The ``neutron_lib.api.utils`` module has been removed. The single
``populate_project_info`` function therein is available in
``neutron_lib.api.attributes`` and has been marked as a moved function
in the ``utils`` module for some time now.