File: deprecated-nova-network-1480284ccb3b93cf.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 (23 lines) | stat: -rw-r--r-- 1,131 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
---
deprecations:
  - |
    nova::network::bridge class is deprecated and will be removed in a future release
    because it doesn't align with this modules purpose to configure nova nad not networking
    interfaces.
  - |
    nova::network::flat, nova::network::flatdhcp and nova::network::vlan classes is now
    deprecated and will be removed in a future release. Nova-network is deprecated in nova
    and will be removed in a future release.
  - |
    firewall_driver and dhcp_domain parameters in nova::network::neutron is deprecated and will
    be removed in a future release. These are replaced by use_neutron and DNS domain functionality
    in neutron, these were focused on supporting nova-network and will be removed when nova-network
    support is removed from nova.
  - |
    nova_network resource is deprecated and will be removed in a future release.
  - |
    nova::compute::neutron class is deprecated and will be removed in a future release.
  - |
    nova::manage::network is deprecated and will be removed in a future release.
  - |
    nova::use_ipv6 is deprecated and will be removed in a future release.