File: remove-deprecated-78a9c6eb010d5705.yaml

package info (click to toggle)
puppet-module-neutron 25.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,708 kB
  • sloc: ruby: 12,680; python: 38; sh: 15; makefile: 10
file content (37 lines) | stat: -rw-r--r-- 1,799 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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
upgrade:
  - |
    The deprecated class neutron::plugins::ovn are now removed.
    Please use the neutron::plugins::ml2::ovn class instead.
  - |
    The deprecated parameter neutron::quota::quota_health_monitor
    are removed. Please use the quota_healthmonitor parameter instead.
  - |
    The deprecated parameters log_dir, log_file, state_path and lock_path
    in neutron::server are removed. Please use these parameter in the ::neutron
    class instead.
  - |
    The deprecated parameter report_interval in neutron::server are removed.
    This parameter does not have any effect for neutron-server. Please configure
    it in the ::neutron class for agents.
  - |
    The deprecated parameter neutron::server::qos_notification_driver are now removed.
  - |
    The deprecated parameter neutron::server::notifications::auth_plugin are removed.
    Please use the auth_type parameter instead.
  - |
    The deprecated parameters neutron::rabbit_host, neutron::rabbit_hosts, neutron::rabbit_password
    neutron::rabbit_port, neutron::rabbit_user, neutron::rabbit_virtual_host and neutron::rpc_backend
    are now removed. Please use neutron::default_transport_url instead.
  - |
    The deprecated parameter enable_tunneling in neutron::agents::ml2::ovs are now removed.
    Please set tunnel_types to an array with desired types instead.
  - |
    The deprecated parameters enabled and manage_serivce in neutron::agents::vpnaas are now removed.
  - |
    The deprecated parameter send_arp_for_ha in neutron::agents::l3 are now removed.
  - |
    The deprecated parameter dhcp_domain in neutron::agents::dhcp are now removed.
    Please use the neutron::dns_domain parameter instead.
  - |
    The deprecated parameter supported_pci_vendor_devs in neutron::plugins::ml2 are now removed.