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:
parent
ce6222ae8b
commit
3e77798f66
@ -457,7 +457,7 @@ openstack_logging_debug: "False"
|
|||||||
openstack_region_name: "RegionOne"
|
openstack_region_name: "RegionOne"
|
||||||
|
|
||||||
# Variable defined the pin_release_version, apply for rolling upgrade process
|
# 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
|
# A list of policy file formats that are supported by Oslo.policy
|
||||||
supported_policy_format_list:
|
supported_policy_format_list:
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
name: kolla-ansible-upgrade-base
|
name: kolla-ansible-upgrade-base
|
||||||
parent: kolla-ansible-base
|
parent: kolla-ansible-base
|
||||||
vars:
|
vars:
|
||||||
previous_release: rocky
|
previous_release: stein
|
||||||
scenario: upgrade
|
scenario: upgrade
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
|
Loading…
Reference in New Issue
Block a user