X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=apex%2Fcommon%2Fconstants.py;fp=apex%2Fcommon%2Fconstants.py;h=2a10b3b227a125a6095ceb077e139884515fe415;hb=6b9d8c01be763bbf46048caa08902880367672a7;hp=ee260b4f289de467af27235ff6224fc1a5d2d9e9;hpb=b5e2f1f65dee0cd692fe275d6bce69a8e410cac3;p=apex.git diff --git a/apex/common/constants.py b/apex/common/constants.py index ee260b4f..2a10b3b2 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') THT_DOCKER_ENV_DIR = { 'master': os.path.join(THT_ENV_DIR, 'services'), - 'queens': os.path.join(THT_ENV_DIR, 'services-docker') + 'queens': os.path.join(THT_ENV_DIR, 'services') } DEFAULT_OS_VERSION = 'master'