Correct series names for documentation

The upgrade guide renders the wrong release names.

Change-Id: I577777e80e8543205138e058076ad65b3ed59871
This commit is contained in:
Andrew Bonney 2023-01-10 10:17:54 +00:00
parent 828713d5e3
commit b9dbe402ad
2 changed files with 4 additions and 4 deletions

View File

@ -32,8 +32,8 @@ import openstackdocstheme
# Variables to override
target_name = 'openstack-ansible'
description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.'
previous_series_name = 'xena'
current_series_name = 'yoga'
previous_series_name = 'yoga'
current_series_name = 'zed'
# General information about the project.
author = 'OpenStack-Ansible Contributors'

View File

@ -33,8 +33,8 @@ import yaml
# Variables to override
target_name = 'openstack-ansible'
description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.'
previous_series_name = 'xena'
current_series_name = 'yoga'
previous_series_name = 'yoga'
current_series_name = 'zed'
# General information about the project.
author = 'OpenStack-Ansible Contributors'