ebf776ac85
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
6 lines
188 B
YAML
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``.
|