summaryrefslogtreecommitdiffstats
path: root/apex/common
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-11-27 15:36:22 -0500
committerTim Rozet <trozet@redhat.com>2017-11-27 15:36:22 -0500
commit2c26b89b546983ec2621f6dce8715873fe6ab774 (patch)
tree9763af8b1cef0d3bffc9948561eef1724751ccc6 /apex/common
parentaa40079de9af3f11e05d79aa426cd491661cd64d (diff)
Migrate default ODL from Carbon -> Nitrogen
Change-Id: If64212b33bf9ad3b9900ca18b39c90839f745843 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'apex/common')
-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 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'