Remove deprecated docker_* options
... because these were deprecated during the Stein cycle. Change-Id: I4aaf1f254d4937e1f30cd94e1101eae5c56509b3
This commit is contained in:
parent
4ac60f8890
commit
e7a4269573
@ -0,0 +1,7 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The following two options have been removed.
|
||||
|
||||
- ``docker_registry_mirror``
|
||||
- ``docker_insecure_registries``
|
@ -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.')
|
||||
|
Loading…
x
Reference in New Issue
Block a user