summaryrefslogtreecommitdiffstats
path: root/apex
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-09-28 15:42:49 -0400
committerTim Rozet <trozet@redhat.com>2018-09-28 16:08:49 -0400
commit4c064f249a723b0e4a2a0411dcb8cc306e05dff1 (patch)
tree9151949d4a3cbcc8e22b91053e3460bb30798c3a /apex
parent0b260171fd58e035efd0614ae390e91f985d69bc (diff)
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 <trozet@redhat.com>
Diffstat (limited to 'apex')
-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 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' \