Files
nova/releasenotes/notes/deprecate-nova-network-opts-b6da6af4497ef4ca.yaml
Stephen Finucane 463a2b604d conf: Deprecate more nova-net options
They're multiplying!

Or not. A few nova-net options were removed in I4a6d534c9. Remove some
that we missed, updating the release note in the process.

Note that the 'auto_assign_floating_ip' is only used in the FloatingIP
mixin, which in turn is only used with various nova-network managers.
This means the option is dependent on the 'use_neutron' configuration
option like mostly ever other option in the file. As such, the help text
for that option is updated accordingly.

Change-Id: If396a7b10562e2fa43cdf4b09e4632cc6e57391a
Implements: bp centralize-config-options-ocata
2016-12-15 16:24:36 +00:00

35 lines
934 B
YAML

---
deprecations:
- |
The following options, found in ``DEFAULT``, were only used for configuring
nova-network and are, like nova-network itself, now deprecated.
- ``flat_network_bridge``
- ``flat_network_dns``
- ``flat_interface``
- ``vlan_interface``
- ``vlan_start``
- ``num_networks``
- ``vpn_ip``
- ``vpn_start``
- ``network_size``
- ``fixed_range_v6``
- ``gateway``
- ``gateway_v6``
- ``cnt_vpn_clients``
- ``fixed_ip_disassociate_timeout``
- ``create_unique_mac_address_attempts``
- ``teardown_unused_network_gateway``
- ``l3_lib``
- ``network_driver``
- ``multi_host``
- ``force_dhcp_release``
- ``update_dns_entries``
- ``dns_update_periodic_interval``
- ``dhcp_domain``
- ``use_neutron``
- ``auto_assign_floating_ip``
- ``floating_ip_dns_manager``
- ``instance_dns_manager``
- ``instance_dns_domain``