Set openstack origin default to cloud:focal-xena

Change-Id: I26f2bab8c489a31b1ab99a1c16b4500211ed1567
This commit is contained in:
Alex Kavanagh
2022-03-23 15:19:07 +00:00
committed by Corey Bryant
parent 7df565d766
commit be479b5f99

View File

@@ -1,6 +1,6 @@
options:
openstack-origin:
default: distro
default: cloud:focal-xena
type: string
description: |
Repository from which to install. May be one of the following:
@@ -13,7 +13,7 @@ options:
cloud:<series>-<openstack-release>/updates
cloud:<series>-<openstack-release>/staging
cloud:<series>-<openstack-release>/proposed
NOTE: updating this setting to a source that is known to provide
a later version of OpenStack will trigger a software upgrade unless
the action-managed-upgrade configuration option is in play.