aboutsummaryrefslogtreecommitdiffstats
path: root/catalog/pub/msapi/sdc_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'catalog/pub/msapi/sdc_controller.py')
-rw-r--r--catalog/pub/msapi/sdc_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog/pub/msapi/sdc_controller.py b/catalog/pub/msapi/sdc_controller.py
index 454f3d1..c46503f 100644
--- a/catalog/pub/msapi/sdc_controller.py
+++ b/catalog/pub/msapi/sdc_controller.py
@@ -18,7 +18,7 @@ from catalog.pub.msapi import sdc
logger = logging.getLogger(__name__)
-DMAAP_MR_BASE_URL = "http://%s:%s" % (DMAAP_MR_IP, DMAAP_MR_PORT)
+DMAAP_MR_BASE_URL = "https://%s:%s" % (DMAAP_MR_IP, DMAAP_MR_PORT)
ARTIFACT_TYPES_LIST = ["TOSCA_TEMPLATE", "TOSCA_CSAR"]