X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=apex%2Fcommon%2Fconstants.py;h=a2b9a634f5c613f505739dd93c318970b19517b9;hb=2c26b89b546983ec2621f6dce8715873fe6ab774;hp=b4b24ebdfd1fc6f8a03f6d6ef52acecd1691646e;hpb=aa40079de9af3f11e05d79aa426cd491661cd64d;p=apex.git diff --git a/apex/common/constants.py b/apex/common/constants.py index b4b24ebd..a2b9a634 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') DEFAULT_OS_VERSION = 'pike' -DEFAULT_ODL_VERSION = 'carbon' +DEFAULT_ODL_VERSION = 'nitrogen' VALID_ODL_VERSIONS = ['carbon', 'nitrogen', 'oxygen', 'master'] PUPPET_ODL_URL = 'https://git.opendaylight.org/gerrit/integration/packaging' \ '/puppet-opendaylight'