Set previous release to Ussuri

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

Change-Id: I36f252c77339a6b810413810efd6bb32e0b69e29
This commit is contained in:
Mark Goddard 2020-05-29 17:28:57 +01:00
parent c3bda3f6cf
commit ac9c74bda9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -26,7 +26,7 @@
- ^kolla_ansible/tests/
- ^zuul\.d/
vars:
previous_release: train
previous_release: ussuri
scenario: core
is_upgrade: no
api_network_prefix: "192.0.2."