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=4e48920e9def01aa6ba7ef87b3a3e474224bf455;hp=dbdf70d97bdf4c609a426bff69b8ca95f867d9f7;hb=46bf00b967844dc712dfe409e55fc5fe18fa119f;hpb=31e6f7f5529d04f12caabe804bfef305b5f263e8 diff --git a/apex/common/constants.py b/apex/common/constants.py index dbdf70d9..4e48920e 100644 --- a/apex/common/constants.py +++ b/apex/common/constants.py @@ -43,7 +43,8 @@ THT_DOCKER_ENV_DIR = os.path.join(THT_ENV_DIR, 'services') DEFAULT_OS_VERSION = 'master' DEFAULT_ODL_VERSION = 'oxygen' -VALID_ODL_VERSIONS = ['carbon', 'nitrogen', 'oxygen', 'master'] +VALID_ODL_VERSIONS = ['carbon', 'nitrogen', 'oxygen', 'fluorine', + 'neon', 'master'] PUPPET_ODL_URL = 'https://git.opendaylight.org/gerrit/integration/packaging' \ '/puppet-opendaylight' DEBUG_OVERCLOUD_PW = 'opnfvapex'