summaryrefslogtreecommitdiffstats
path: root/apex/common/constants.py
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-07-26 19:01:30 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-07-26 19:01:30 +0000
commit1e43a5eaa2c5c61110c871e85f20b1f73ad361f0 (patch)
tree42a1042d671172fe0cfb713f4103115876798d8f /apex/common/constants.py
parenteafc77d7fdc0f3f418941b3ac20a1dcc9180589b (diff)
parent70138a393e3641d83c488ee504b7839973e6e9d5 (diff)
Merge "Remove obsolete Ceph tags"
Diffstat (limited to 'apex/common/constants.py')
-rw-r--r--apex/common/constants.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/apex/common/constants.py b/apex/common/constants.py
index 2a10b3b2..9c6b2a24 100644
--- a/apex/common/constants.py
+++ b/apex/common/constants.py
@@ -47,9 +47,6 @@ THT_DOCKER_ENV_DIR = {
DEFAULT_OS_VERSION = 'master'
DEFAULT_ODL_VERSION = 'oxygen'
VALID_ODL_VERSIONS = ['carbon', 'nitrogen', 'oxygen', 'master']
-CEPH_VERSION_MAP = {'pike': 'jewel',
- 'queens': 'luminous',
- 'master': 'luminous'}
PUPPET_ODL_URL = 'https://git.opendaylight.org/gerrit/integration/packaging' \
'/puppet-opendaylight'
DEBUG_OVERCLOUD_PW = 'opnfvapex'