Properly use "Rocky" in release filename

Queens is so last cycle.

Change-Id: I26a163df6f0a01865040dcc70c98b2473fd67ebe
This commit is contained in:
Jean-Philippe Evrard 2018-05-08 22:30:20 +02:00
parent 9c4bdb962b
commit b6f3c37141
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: "Queens"
openstack_distrib_code_name: "Rocky"
openstack_distrib_description: "OpenStack-Ansible"
openstack_distrib_file: yes
openstack_distrib_file_path: "/etc/openstack-release"