Skip to content

Commit f4b5a63

Browse files
committed
List kayobe_image_tags to be alphabetical
1 parent cd0a2c8 commit f4b5a63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ kayobe_image_tags:
1515
centos: yoga-20231024T093507
1616
rocky: yoga-20231218T141822
1717
ubuntu: yoga-20231024T093507
18-
nova:
19-
centos: yoga-20231113T171023
20-
rocky: yoga-20240105T120257
21-
ubuntu: yoga-20231103T161400
2218
cloudkitty:
2319
centos: yoga-20231107T165648
2420
rocky: yoga-20231218T141822
@@ -27,10 +23,14 @@ kayobe_image_tags:
2723
centos: yoga-20231114T125927
2824
rocky: yoga-20240105T120257
2925
ubuntu: yoga-20231114T125927
26+
nova:
27+
centos: yoga-20231113T171023
28+
rocky: yoga-20240105T120257
29+
ubuntu: yoga-20231103T161400
3030

3131
cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
32-
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
3332
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
33+
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
3434
opensearch_tag: yoga-20231219T221916
3535

3636
# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag

0 commit comments

Comments
 (0)