summaryrefslogtreecommitdiffstats
path: root/newton/newton/settings.py
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2018-01-13 07:37:34 +0000
committerGerrit Code Review <gerrit@onap.org>2018-01-13 07:37:34 +0000
commit79c711a95de34531e62927ea19fe16753513063b (patch)
tree1b898e8ff91dac8c8e207a594105d6a667bdbb61 /newton/newton/settings.py
parentab9ebbfe5fdc80dda15d4785f453adb8892045ca (diff)
parent475ba5fdce48c8d646d20e7643851f559394c283 (diff)
Merge "Centralize the release version for UTs"
Diffstat (limited to 'newton/newton/settings.py')
-rw-r--r--newton/newton/settings.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/newton/newton/settings.py b/newton/newton/settings.py
index f8eeb077..3ba40d56 100644
--- a/newton/newton/settings.py
+++ b/newton/newton/settings.py
@@ -118,6 +118,10 @@ CACHES = {
}
}
+OPENSTACK_VERSION = "newton"
+MULTIVIM_VERSION = "multicloud-" + OPENSTACK_VERSION
+
+
if 'test' in sys.argv:
from newton.pub.config import config