From 5709f89501b9ecf93fcb1667de017e1736c8919f Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Wed, 17 Apr 2019 13:51:48 -0500 Subject: Removed heatbride call Issue-ID: INT-1028 Change-Id: I8d294c9a2a4d0369000aecc8939d6be2ca69b73d Signed-off-by: Brian Freeman --- vcpeutils/SoUtils.py | 7 ++++--- 1 file 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 -- cgit 1.2.3-korg