Browse Source
Nova will be removing nova-network soon, this deprecates all the classes and parameters that are related to nova-network and will be removed when nova removes it's support. Please see references in nova.conf [1] and the nova release notes. [2] [1] https://docs.openstack.org/nova/rocky/configuration/sample-config.html [2] https://docs.openstack.org/releasenotes/nova/rocky.html Depends-On: https://review.openstack.org/#/c/614577/ Change-Id: If87ad30e1be62cb767d98045d075340c9513bc90changes/22/613522/6
17 changed files with 105 additions and 22 deletions
@ -0,0 +1,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. |
Loading…
Reference in new issue