[Starlingx-discuss] [docs]Refactor Ansible paramaeter "is_secure_registry"
Wang, Jing (Angie)
Angie.Wang at windriver.com
Thu Oct 31 20:37:05 UTC 2019
Hi All,
I have a commit up to review https://review.opendev.org/#/c/692435/1 that renames the Ansible parameter "is_secure_registry" to "secure" and also moves it under "docker_registries:" section.
This affects anyone with a setup that specifies alternative insecure docker registries that using "is_secure_registry" key as they will need to change their localhost.yml files
From
docker_registries:
defaults:
url: xxx
is_secure_registry: False
To
docker_registires:
defaults:
url: xxx
secure: False
Thanks,
-Angie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.starlingx.io/pipermail/starlingx-discuss/attachments/20191031/e67706b2/attachment.html>
More information about the Starlingx-discuss
mailing list