python-tripleoclient/releasenotes/notes/deprecate-docker-config-options-ebf403648b096929.yaml
Alex Schultz 96c9a5e7b8 Deprecate docker config options
The docker_bip, docker_insecure_registries and docker_registry_mirror
have been deprecated. docker_bip will be removed in later versions.
docker_insecure_registries has been renamed to
container_insecure_regiestries. docker_registry_mirror has been renamed
to container_registry_mirror.

Change-Id: Ic39e665b241aed74347be5eaf24fb291035d5658
Related-Blueprint: podman-support
2019-02-20 12:19:42 -07:00

9 lines
272 B
YAML

---
deprecations:
- |
`docker_bip` undercloud configuration option will be removed.
- |
`docker_insecure_registries` has been deprecated for `container_insecure_registries`
- |
`docker_registry_mirror` has been deprecated for `container_registry_mirror`