Switch codename to Bobcat

Once UCA and RDO have released their packages for 2023.2 we can update
the openstack_distrib_code_name

Change-Id: I4da504eb51ee7f5359902d1af432657982b8fc84
This commit is contained in:
Dmitriy Rabotyagov 2023-10-25 20:10:32 +02:00
parent 4f21f81dab
commit a93a952652
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ cache_timeout: 600
# /etc/openstack-release settings
openstack_distrib_id: "OSA"
openstack_distrib_release: "{{ openstack_release | default('master') }}"
openstack_distrib_code_name: "Antelope"
openstack_distrib_code_name: "Bobcat"
openstack_distrib_description: "OpenStack-Ansible"
openstack_distrib_file: yes
openstack_distrib_file_path: "/etc/openstack-release"