Skip to content

Commit

Permalink
Use openstack 2023.1 by default (#360)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Sep 15, 2023
1 parent e1a6eb8 commit a5df4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/manager/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ceph_ansible_tag: "{{ '{{' }} ceph_version|default(manager_version) {{ '}}' }}"
ceph_ansible_image: "{{ '{{' }} docker_registry_ansible|default('quay.io') {{ '}}' }}/{{ images['ceph_ansible'] }}:{{ '{{' }} ceph_ansible_tag {{ '}}' }}"

{% if manager_version == 'latest' -%}
kolla_ansible_tag: "{{ '{{' }} openstack_version|default('zed') {{ '}}' }}"
kolla_ansible_tag: "{{ '{{' }} openstack_version|default('2023.1') {{ '}}' }}"
{%- else -%}
kolla_ansible_tag: "{{ '{{' }} openstack_version|default(manager_version) {{ '}}' }}"
{% endif %}
Expand Down

0 comments on commit a5df4e5

Please sign in to comment.