X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=apex.git;a=blobdiff_plain;f=apex%2Fcommon%2Fconstants.py;fp=apex%2Fcommon%2Fconstants.py;h=59988f74fa0569f732d0492dcf43f172e79064ae;hp=8f5f848dcacfe06d06a81b62b13135b105fdfaf8;hb=5323516116ea6bd8e67d3b9d21cd6451b59e96e9;hpb=ea5f72e6594eb9cb98209f966e3b816002e76c14 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']