Update default values for overrides

This change updates the values overrides for openstack release
and ubuntu release to train and bionic respectively.

Change-Id: I672f4c83867b6e884ec5ba939512c6186bd080dd
This commit is contained in:
Gage Hugo 2020-12-08 13:20:57 -06:00
parent ce767e8c27
commit c89f819ea3
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@
set -e
HELM_CHART="$1"
: "${HELM_CHART_ROOT_PATH:="../openstack-helm-addons"}"
: "${OPENSTACK_RELEASE:="ocata"}"
: "${OPENSTACK_RELEASE:="train"}"
: "${CONTAINER_DISTRO_NAME:="ubuntu"}"
: "${CONTAINER_DISTRO_VERSION:="xenial"}"
: "${CONTAINER_DISTRO_VERSION:="bionic"}"
: "${FEATURE_GATES:=""}"
OSH_FEATURE_MIX="${FEATURE_GATES},${OPENSTACK_RELEASE},${CONTAINER_DISTRO_NAME}_${CONTAINER_DISTRO_VERSION},${CONTAINER_DISTRO_NAME}"