From 5323516116ea6bd8e67d3b9d21cd6451b59e96e9 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 30 Apr 2019 18:24:53 +0000 Subject: Revert "Updates scenario files for hunter branch" This reverts commit ea5f72e6594eb9cb98209f966e3b816002e76c14. Should have been only applied to hunter branch. Change-Id: I9331e4060af4d29165ea5bfaf7e38e200bbdc069 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 8f5f848d..59988f74 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 = 'rocky' +DEFAULT_OS_VERSION = 'master' DEFAULT_ODL_VERSION = 'oxygen' VALID_ODL_VERSIONS = ['carbon', 'nitrogen', 'oxygen', 'fluorine', 'neon', 'master'] -- cgit 1.2.3-korg