File: nova-remove-deprecated-fa7d74be4fe4dcf9.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (40 lines) | stat: -rw-r--r-- 1,846 bytes parent folder | download | duplicates (4)
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
38
39
40
---
upgrade:
  - |
    The deprecated parameter nova::api::conductor_workers is removed.
    Please use nova::conductor::workers instead.
  - |
    The deprecated parameter nova::api::osapi_max_limit is removed.
    Please use nova::api::max_limit instead.
  - |
    The deprecated parameter nova::api::osapi_compute_link_prefix is removed.
    Please use nova::api::compute_link_prefix instead.
  - |
    The deprecated parameter nova::api::osapi_glance_link_prefix is removed.
    Please use nova::api::glance_link_prefix instead.
  - |
    The deprecated parameter nova::api::osapi_hide_server_address_states is removed.
    Please use nova::api::hide_server_address_states instead.
  - |
    The deprecated parameter nova::api::default_floating_pool is removed.
    Please use nova::network::neutron::default_floating_pool instead.
  - |
    The deprecated parameter nova::api::pci_alias is removed.
    Please use the nova::pci class instead and set the nova::pci::aliases parameter.
  - |
    The deprecated parameter nova::migration::libvirt::use_tls is removed.
    Please set nova::migration::libvirt::transport to 'tls' instead if you had this option.
  - |
    The deprecated class nova::cell_v2::cell is now removed.
    Please use the nova_cell_v2 resource type instead of using this class.
  - |
    The deprecated nova::rabbit_host, nova::rabbit_hosts, nova::rabbit_password,
    nova::rabbit_port, nova::rabbit_userid and nova::rabbit_virtual_host is removed.
    Please use the nova::default_transport_url instead.
  - |
    The deprecated nova::rpc_backend is removed.
  - |
    The deprecated nova::metadata::novajoin::api::nova_user and
    nova::metadata::novajoin::api::nova_password is removed.
    Please use the nova::metadata::novajoin::api::service_user and
    nova::metadata::novajoin::api::service_password instead.