86cb1993b1
The change modifies the "neutron_plugin_base" to use the simple names as released in OpenStack Liberty. This specifically splits the plugin base changes from the feature changes added in https://review.openstack.org/#/c/287913/2 - that review will be updated and rebased on top of this one. Change-Id: I32ff704f51b472e422be8c39a4534b1c13e43bf3
12 lines
576 B
YAML
12 lines
576 B
YAML
---
|
|
upgrade:
|
|
- The ``neutron_plugin_base`` variable has been modifed to use the friendly
|
|
names. Deployers should change any customisations to this variable to
|
|
ensure that the customisation makes use of the short names instead of
|
|
the full class path.
|
|
- Database migration tasks have been added for the LBaaS neutron plugin.
|
|
deprecations:
|
|
- The old class path names used within the ``neutron_plugin_base``
|
|
have been deprecated in favor of the friendly names. Support for the use
|
|
of the class path plugins will be removed in the OpenStack Newton cycle.
|