expose geni_api_versions URL as https since this it does not make sense to run sfa...
[sfa.git] / sfa / managers / slice_manager.py
index 011a22e..698ced0 100644 (file)
@@ -55,7 +55,7 @@ class SliceManager:
             'interface': 'slicemgr',
             'sfa': 2,
             'geni_api': 3,
-            'geni_api_versions': {'3': 'http://%s:%s' % (api.config.SFA_SM_HOST, api.config.SFA_SM_PORT)},
+            'geni_api_versions': {'3': 'https://%s:%s' % (api.config.SFA_SM_HOST, api.config.SFA_SM_PORT)},
             'hrn': xrn.get_hrn(),
             'urn': xrn.get_urn(),
             'peers': peers,