diff options
author | Brian Freeman <bf1936@att.com> | 2019-04-17 13:51:48 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-04-17 13:52:40 -0500 |
commit | 5709f89501b9ecf93fcb1667de017e1736c8919f (patch) | |
tree | 1bfdc05775cf3cd866e6f133323144c3c21a1f3f | |
parent | 9a56c90bfbe14d511cb979e60439dc80c7477489 (diff) |
Removed heatbride call
Issue-ID: INT-1028
Change-Id: I8d294c9a2a4d0369000aecc8939d6be2ca69b73d
Signed-off-by: Brian Freeman <bf1936@att.com>
-rwxr-xr-x | vcpeutils/SoUtils.py | 7 |
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 |