From ea5f72e6594eb9cb98209f966e3b816002e76c14 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 26 Apr 2019 17:43:34 -0400 Subject: Updates scenario files for hunter branch Change-Id: I56d0df5810c04da59532b03a1b586db82a3aa0d7 Signed-off-by: Tim Rozet --- apex/common/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apex') diff --git a/apex/common/constants.py b/apex/common/constants.py index 59988f74..8f5f848d 100644 --- a/apex/common/constants.py +++ b/apex/common/constants.py @@ -41,7 +41,7 @@ THT_DIR = '/usr/share/openstack-tripleo-heat-templates' THT_ENV_DIR = os.path.join(THT_DIR, 'environments') THT_DOCKER_ENV_DIR = os.path.join(THT_ENV_DIR, 'services') -DEFAULT_OS_VERSION = 'master' +DEFAULT_OS_VERSION = 'rocky' DEFAULT_ODL_VERSION = 'oxygen' VALID_ODL_VERSIONS = ['carbon', 'nitrogen', 'oxygen', 'fluorine', 'neon', 'master'] -- cgit 1.2.3-korg