summaryrefslogtreecommitdiffstats
path: root/apex/common/constants.py
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-12-08 18:35:19 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-12-08 18:35:19 +0000
commit387dab2bf2eb60ec6861ea398b5c8bfb4dad52d7 (patch)
tree1ef49a49f422356ac9985b383c2289d0cab1e086 /apex/common/constants.py
parent8154d4c215974c9c51b901cc655faace6eca2f98 (diff)
parentc4ac31069c875b7f0922963194954aff4a5bb644 (diff)
Merge "Fix using ODL versions other than oxygen" into stable/gambia
Diffstat (limited to 'apex/common/constants.py')
-rw-r--r--apex/common/constants.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/apex/common/constants.py b/apex/common/constants.py
index 790a9e30..02fafbd0 100644
--- a/apex/common/constants.py
+++ b/apex/common/constants.py
@@ -46,7 +46,8 @@ THT_DOCKER_ENV_DIR = {
DEFAULT_OS_VERSION = 'queens'
DEFAULT_ODL_VERSION = 'oxygen'
-VALID_ODL_VERSIONS = ['carbon', 'nitrogen', 'oxygen', 'master']
+VALID_ODL_VERSIONS = ['carbon', 'nitrogen', 'oxygen', 'fluorine',
+ 'neon', 'master']
PUPPET_ODL_URL = 'https://git.opendaylight.org/gerrit/integration/packaging' \
'/puppet-opendaylight'
DEBUG_OVERCLOUD_PW = 'opnfvapex'