neutron-lib/releasenotes/notes/rehome-plugin-utils-create-fns-9b8591f5222bff66.yaml
Boden R ebf776ac85 rehome create functions from plugin utils
While we rehomed a bulk of the plugin utils with commit
Iabb155b5d2d0ec6104ebee5dd42cf292bdf3ec61, the create_* functions were
not included in that commit. Today we have a handful of consumers that
use these create functions [1], so this patch rehomes them into lib.

[1] http://codesearch.openstack.org/?q=util.*%5C.create_
(port%7Cnetwork%7Csubnet)%5C(&i=nope&files=&repos=

Change-Id: I2c0e4ef03425ba0bb2651ae3e68d6c8cde7b8f90
2018-03-20 07:48:36 -06:00

6 lines
188 B
YAML

---
features:
- The ``create_network``, ``create_subnet`` and ``create_port`` functions
from ``neutron.plugins.common.utils`` are now available in
``neutron_lib.plugins.utils``.