Update etsicatalog code to get notification message from sdc
[modeling/etsicatalog.git] / catalog / pub / msapi / sdc_controller.py
index 454f3d1..c46503f 100644 (file)
@@ -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"]