Correct series names for documentation.
The upgrade guide renders the wrong release names. Change-Id: I69f90cf5da035777570a733644efa95a18634039
This commit is contained in:
parent
c52441f157
commit
93b35e0b68
@ -32,8 +32,8 @@ import openstackdocstheme
|
||||
# Variables to override
|
||||
target_name = 'openstack-ansible'
|
||||
description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.'
|
||||
previous_series_name = 'wallaby'
|
||||
current_series_name = 'xena'
|
||||
previous_series_name = 'xena'
|
||||
current_series_name = 'yoga'
|
||||
|
||||
# General information about the project.
|
||||
author = 'OpenStack-Ansible Contributors'
|
||||
|
@ -33,8 +33,8 @@ import yaml
|
||||
# Variables to override
|
||||
target_name = 'openstack-ansible'
|
||||
description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.'
|
||||
previous_series_name = 'wallaby'
|
||||
current_series_name = 'xena'
|
||||
previous_series_name = 'xena'
|
||||
current_series_name = 'yoga'
|
||||
|
||||
# General information about the project.
|
||||
author = 'OpenStack-Ansible Contributors'
|
||||
|
Loading…
Reference in New Issue
Block a user