summaryrefslogtreecommitdiffstats
path: root/vcpeutils/SoUtils.py
diff options
context:
space:
mode:
Diffstat (limited to 'vcpeutils/SoUtils.py')
-rwxr-xr-xvcpeutils/SoUtils.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/vcpeutils/SoUtils.py b/vcpeutils/SoUtils.py
index a027c5d..1248613 100755
--- a/vcpeutils/SoUtils.py
+++ b/vcpeutils/SoUtils.py
@@ -363,8 +363,9 @@ class SoUtils:
return None
# run heatbridge
- if heatbridge:
- self.vcpecommon.heatbridge(vfmodule_instance_name, svc_instance_id)
- self.vcpecommon.save_vgmux_vnf_name(vnf_instance_name)
+ # removed until we fold in heatbridge
+ #if heatbridge:
+ #self.vcpecommon.heatbridge(vfmodule_instance_name, svc_instance_id)
+ #self.vcpecommon.save_vgmux_vnf_name(vnf_instance_name)
return svc_instance_id