Merge "Remove deprecated docker_* options"
This commit is contained in:
commit
9526abb4f1
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The following two options have been removed.
|
||||||
|
|
||||||
|
- ``docker_registry_mirror``
|
||||||
|
- ``docker_insecure_registries``
|
@ -218,14 +218,12 @@ class StandaloneConfig(BaseConfig):
|
|||||||
'only by advanced users.')),
|
'only by advanced users.')),
|
||||||
# container config bits
|
# container config bits
|
||||||
cfg.StrOpt('container_registry_mirror',
|
cfg.StrOpt('container_registry_mirror',
|
||||||
deprecated_name='docker_registry_mirror',
|
|
||||||
default='',
|
default='',
|
||||||
help=_(
|
help=_(
|
||||||
'An optional container registry mirror that will '
|
'An optional container registry mirror that will '
|
||||||
'be used.')
|
'be used.')
|
||||||
),
|
),
|
||||||
cfg.ListOpt('container_insecure_registries',
|
cfg.ListOpt('container_insecure_registries',
|
||||||
deprecated_name='docker_insecure_registries',
|
|
||||||
default=[],
|
default=[],
|
||||||
help=_('Used to add custom insecure registries for '
|
help=_('Used to add custom insecure registries for '
|
||||||
'containers.')
|
'containers.')
|
||||||
|
Loading…
Reference in New Issue
Block a user