Skip to content

Commit

Permalink
Stop downloading IPA images during diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jovial committed Oct 4, 2022
1 parent b4ff0f8 commit 8ac76ce
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
ansible_connection: local
kolla_ansible_target_venv: "{{ lookup('env', 'KAYOBE_CONFIG_PATH') }}/../../../../venvs/kolla-ansible/"
ansible_python_interpreter: /usr/bin/python3
# Downloading IPA images is slow and the are not checked. Setting this
# true, means that we will use the dummy IPA images that are created
# in the config-diff script.
ipa_build_images: true
{% endraw %}

0 comments on commit 8ac76ce

Please sign in to comment.