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=8f5f848dcacfe06d06a81b62b13135b105fdfaf8;hp=59988f74fa0569f732d0492dcf43f172e79064ae;hb=ea5f72e6594eb9cb98209f966e3b816002e76c14;hpb=8f294ab694a95e60abb29af6f1ef560ae365d436 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']