puppet-neutron/releasenotes/notes/deprecate-neutron-services-lbaas-285a9f7a394a74fd.yaml
Tobias Urdin 33f8cdc0f4 Notify about deprecated neutron::services::lbaas
The neutron::services::lbaas class has been deprecated for a
long time but we never notified users.

I have pushed the functionality to neutron::server in [1] to follow
the actual standard we have.

[1] https://review.openstack.org/#/c/597453/

Change-Id: I282ceb7e2ca469fce358747930b9d7b863f188db
2018-08-29 11:59:17 +00:00

9 lines
349 B
YAML

---
deprecations:
- |
neutron::services::lbaas class is deprecated, please use the option
neutron::server::ensure_lbaas_package to install the LBaaS package
and use neutron::server::service_provider to load the plugin.
You should still be using neutron::agents::lbaas to configure the
LBaaS agent unless you are using Octavia.