From 4c064f249a723b0e4a2a0411dcb8cc306e05dff1 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 28 Sep 2018 15:42:49 -0400 Subject: Migrates deploy settings for Gambia With branching to gambia we need to move the settings back to their proper names and remove OpenStack branch as Queens is the default for Gambia. Change-Id: Ia6101289629d89fa349f6554436ccd7c0f8b3c0c Signed-off-by: Tim Rozet --- apex/common/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apex/common') diff --git a/apex/common/constants.py b/apex/common/constants.py index c3e3f5a0..b0c21d11 100644 --- a/apex/common/constants.py +++ b/apex/common/constants.py @@ -44,7 +44,7 @@ THT_DOCKER_ENV_DIR = { 'queens': os.path.join(THT_ENV_DIR, 'services') } -DEFAULT_OS_VERSION = 'master' +DEFAULT_OS_VERSION = 'queens' DEFAULT_ODL_VERSION = 'oxygen' VALID_ODL_VERSIONS = ['carbon', 'nitrogen', 'oxygen', 'master'] PUPPET_ODL_URL = 'https://git.opendaylight.org/gerrit/integration/packaging' \ -- cgit 1.2.3-korg