summaryrefslogtreecommitdiffstats
path: root/apex
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2019-04-30 18:24:53 +0000
committerTim Rozet <trozet@redhat.com>2019-04-30 18:24:53 +0000
commit5323516116ea6bd8e67d3b9d21cd6451b59e96e9 (patch)
treed961920aa92e1893002eeb0d5ca0dae8e0c6ede9 /apex
parentea5f72e6594eb9cb98209f966e3b816002e76c14 (diff)
Revert "Updates scenario files for hunter branch"HEADmaster
This reverts commit ea5f72e6594eb9cb98209f966e3b816002e76c14. Should have been only applied to hunter branch. Change-Id: I9331e4060af4d29165ea5bfaf7e38e200bbdc069 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'apex')
-rw-r--r--apex/common/constants.py2
1 files changed, 1 insertions, 1 deletions
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']