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 c1d9985 commit 469eab3Copy full SHA for 469eab3
tests/playbooks/run.yml
@@ -37,7 +37,7 @@
37
vars:
38
kolla_mirror_config:
39
DEFAULT:
40
- base_image: "quay.io/openstack.kolla/{{ base_distro }}"
+ base_image: "quay.io/opendevmirror/{{ base_distro }}"
41
set_fact:
42
kolla_build_config: "{{ kolla_build_config | combine(kolla_mirror_config, recursive=True) }}"
43
when: base_distro in ['debian', 'ubuntu']
0 commit comments