summaryrefslogtreecommitdiffstats
path: root/apex/common
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-09-28 16:01:13 -0400
committerTim Rozet <trozet@redhat.com>2018-09-28 16:29:08 -0400
commitdf388a8afedc29f9cfebdab3cc39ef27f93d9612 (patch)
treeeb54545f1013e7861509e166d4edd1445e97d640 /apex/common
parentee58a24647df8eec2418735b038e5035bdffe10d (diff)
Migrates from queens to rocky
For now we need to retain the ability to deploy odl-queens for CSIT. Change-Id: Idea550ff5e7aeb230aa93d3575de11e5e9656302 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'apex/common')
-rw-r--r--apex/common/constants.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/apex/common/constants.py b/apex/common/constants.py
index c3e3f5a0..5a2b7f98 100644
--- a/apex/common/constants.py
+++ b/apex/common/constants.py
@@ -39,10 +39,7 @@ VIRT_PW = '--root-password'
THT_DIR = '/usr/share/openstack-tripleo-heat-templates'
THT_ENV_DIR = os.path.join(THT_DIR, 'environments')
-THT_DOCKER_ENV_DIR = {
- 'master': os.path.join(THT_ENV_DIR, 'services'),
- 'queens': os.path.join(THT_ENV_DIR, 'services')
-}
+THT_DOCKER_ENV_DIR = os.path.join(THT_ENV_DIR, 'services')
DEFAULT_OS_VERSION = 'master'
DEFAULT_ODL_VERSION = 'oxygen'