summaryrefslogtreecommitdiffstats
path: root/pike/pike/settings.py
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2018-09-19 03:29:56 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-19 03:29:56 +0000
commit4663ed0cd55cc78a0ff3e336a10f7e042a50aa9c (patch)
tree31dd0918e21a62246e501959f3102575c4188c90 /pike/pike/settings.py
parent0c40f8947716932fa8b67acc19b3567837eebedc (diff)
parentd43818d4f538439c893313fd460fd79121d75cf4 (diff)
Merge "Add UT for infra_workload for pike"
Diffstat (limited to 'pike/pike/settings.py')
-rw-r--r--pike/pike/settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pike/pike/settings.py b/pike/pike/settings.py
index 39c83d47..d40c9870 100644
--- a/pike/pike/settings.py
+++ b/pike/pike/settings.py
@@ -97,6 +97,9 @@ MSB_SERVICE_PORT = os.environ.get('MSB_PORT', "80")
MULTICLOUD_PREFIX = "http://%s:%s/api/multicloud-pike/v0" % (
MSB_SERVICE_ADDR, MSB_SERVICE_PORT)
+MULTICLOUD_API_V1_PREFIX = "http://%s:%s/api/multicloud-pike/v1" % (
+ MSB_SERVICE_ADDR, MSB_SERVICE_PORT)
+
# [A&AI]
AAI_ADDR = os.environ.get('AAI_ADDR', "aai.api.simpledemo.openecomp.org")
AAI_PORT = os.environ.get('AAI_PORT', "8443")