Remove deprecated [network] dns_server options

This option was deprecated some years ago[1] because it was unused.
It hasn't been used since then, too, so we can remove it now.

[1] e027ea931c

Change-Id: Id965f4b141d6ba83d4f6280f8da1475e73860cb2
This commit is contained in:
Takashi Kajinami 2024-01-24 10:40:55 +09:00
parent 1da7a33099
commit 1ae8b1db41
2 changed files with 4 additions and 7 deletions

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
The deprecated ``[network] dns_servers`` option has been removed.

View File

@ -780,13 +780,6 @@ NetworkGroup = [
default=1,
help="Time in seconds between network operation status "
"checks."),
cfg.ListOpt('dns_servers',
default=["8.8.8.8", "8.8.4.4"],
help="List of dns servers which should be used"
" for subnet creation",
deprecated_for_removal=True,
deprecated_reason="This config option is no longer "
"used anywhere, so it can be removed."),
cfg.StrOpt('port_vnic_type',
choices=[None, 'normal', 'direct', 'macvtap', 'direct-physical',
'baremetal', 'virtio-forwarder'],