Remove deprecated docker_* options

... because these were deprecated during the Stein cycle.

Change-Id: I4aaf1f254d4937e1f30cd94e1101eae5c56509b3
This commit is contained in:
Takashi Kajinami 2021-07-02 17:13:07 +09:00
parent 4ac60f8890
commit e7a4269573
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,7 @@
---
upgrade:
- |
The following two options have been removed.
- ``docker_registry_mirror``
- ``docker_insecure_registries``

View File

@ -211,14 +211,12 @@ class StandaloneConfig(BaseConfig):
'only by advanced users.')),
# container config bits
cfg.StrOpt('container_registry_mirror',
deprecated_name='docker_registry_mirror',
default='',
help=_(
'An optional container registry mirror that will '
'be used.')
),
cfg.ListOpt('container_insecure_registries',
deprecated_name='docker_insecure_registries',
default=[],
help=_('Used to add custom insecure registries for '
'containers.')