We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6307ea2 commit eb9cfa3Copy full SHA for eb9cfa3
tests/playbooks/run.yml
@@ -29,7 +29,7 @@
29
vars:
30
kolla_mirror_config:
31
DEFAULT:
32
- base_image: "quay.io/openstack.kolla/{{ base_distro }}"
+ base_image: "quay.io/opendevmirror/{{ base_distro }}"
33
ansible.builtin.set_fact:
34
kolla_build_config: "{{ kolla_build_config | combine(kolla_mirror_config, recursive=True) }}"
35
when: base_distro in ['debian', 'ubuntu']
0 commit comments