fa32a3f41c
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
7 lines
268 B
YAML
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.
|