File: remove-lbaas-v2-130dbadb84c5858d.yaml

package info (click to toggle)
puppet-module-neutron 21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,316 kB
  • sloc: ruby: 13,629; python: 38; sh: 15; makefile: 10
file content (20 lines) | stat: -rw-r--r-- 780 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
upgrade:
  - |
    The Neutron LBaaS plugin has been removed upstream and is no longer available
    in the Train release. The following deprecated resources has been removed:

    - ``neutron::agents::lbaas``
    - ``neutron::config::lbaas_agent_config``
    - ``neutron::server::ensure_lbaas_package``
    - ``neutron::services::lbaas``
    - ``neutron::services::lbaas::haproxy``
    - ``neutron::services::lbaas::octavia``
    - ``neutron_lbaas_agent_config``
    - ``neutron_lbaas_service_config``

    Please see the following link for more information on this deprecation:
    https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation

    You should use the Octavia project to implement LBaaS.
    https://docs.openstack.org/octavia/latest/reference/introduction.html