33f8cdc0f4
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
9 lines
349 B
YAML
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.
|