Set previous release to Stein

Now that the stable/stein branch has been cut, we can set the previous
release to Stein. This is done in kolla-ansible for rolling upgrades,
and in CI configuration for upgrade tests.

Change-Id: I87269738db9521fc22a6ce3aee67d9ab00d47e2a
This commit is contained in:
Mark Goddard 2019-04-08 12:01:25 +01:00
parent ce6222ae8b
commit 3e77798f66
2 changed files with 2 additions and 2 deletions

View File

@ -457,7 +457,7 @@ openstack_logging_debug: "False"
openstack_region_name: "RegionOne"
# Variable defined the pin_release_version, apply for rolling upgrade process
openstack_previous_release_name: "rocky"
openstack_previous_release_name: "stein"
# A list of policy file formats that are supported by Oslo.policy
supported_policy_format_list:

View File

@ -26,7 +26,7 @@
name: kolla-ansible-upgrade-base
parent: kolla-ansible-base
vars:
previous_release: rocky
previous_release: stein
scenario: upgrade
- job: