Update globals.yml.j2

This commit is contained in:
ktibi 2017-10-25 15:09:07 +02:00 committed by GitHub
parent 2709698a1e
commit adc08fe539

View File

@ -55,8 +55,8 @@ node_custom_config: "{{ kolla_node_custom_config_path }}"
#docker_registry: "172.16.0.10:4000"
docker_namespace: "{{ kolla_docker_namespace }}"
{% if kolla_docker_namespace_username and kolla_docker_namespace_password %}
docker_registry_username: "{{ kolla_docker_namespace_username }}"
docker_registry_password: "{{ kolla_docker_namespace_password }}"
docker_registry_username: "{{ kolla_docker_registry_username }}"
docker_registry_password: "{{ kolla_docker_registry_password }}"
{% endif %}