Merge "Support setting docker registry credentials to the empty string"

This commit is contained in:
Zuul 2021-09-17 10:46:47 +00:00 committed by Gerrit Code Review
commit f1212d0f07

View File

@ -41,8 +41,9 @@
password: "{{ kolla_docker_registry_password }}"
reauthorize: yes
when:
- kolla_docker_registry_username is not none
- kolla_docker_registry_password is not none
# NOTE(wszumski): Switch to truthy filter when min ansible>=2.10.5
- kolla_docker_registry_username not in [none, ""]
- kolla_docker_registry_password not in [none, ""]
- name: Ensure Kolla container images are built
shell: