summaryrefslogtreecommitdiffstats
path: root/newton/newton/settings.py
diff options
context:
space:
mode:
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