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:
parent
c3bda3f6cf
commit
ac9c74bda9
@ -502,7 +502,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: "train"
|
openstack_previous_release_name: "ussuri"
|
||||||
|
|
||||||
# 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 @@
|
|||||||
- ^kolla_ansible/tests/
|
- ^kolla_ansible/tests/
|
||||||
- ^zuul\.d/
|
- ^zuul\.d/
|
||||||
vars:
|
vars:
|
||||||
previous_release: train
|
previous_release: ussuri
|
||||||
scenario: core
|
scenario: core
|
||||||
is_upgrade: no
|
is_upgrade: no
|
||||||
api_network_prefix: "192.0.2."
|
api_network_prefix: "192.0.2."
|
||||||
|
Loading…
Reference in New Issue
Block a user