Fix mispelled routine name in vcpe scripts 29/95629/2
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Fri, 13 Sep 2019 06:35:48 +0000 (08:35 +0200)
committerDaniel Rose <dr695h@att.com>
Fri, 13 Sep 2019 13:59:34 +0000 (13:59 +0000)
headbridge -> heatbridge

Change-Id: I49cc3af80b74a9d03612625be2a35e039e6d28e1
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: DOC-549

test/vcpe/soutils.py
test/vcpe/vcpecommon.py

index 5cfe464..734b793 100755 (executable)
@@ -346,7 +346,7 @@ class SoUtils:
 
         # run heatbridge
         if heatbridge:
-            self.vcpecommon.headbridge(vfmodule_instance_name, svc_instance_id)
+            self.vcpecommon.heatbridge(vfmodule_instance_name, svc_instance_id)
             self.vcpecommon.save_vgmux_vnf_name(vnf_instance_name)
 
         return svc_instance_id
index e34eebe..4e00aae 100755 (executable)
@@ -196,7 +196,7 @@ class VcpeCommon:
         self.vpp_api_userpass = ('admin', 'admin')
         self.vpp_ves_url= 'http://{0}:8183/restconf/config/vesagent:vesagent'
 
-    def headbridge(self, openstack_stack_name, svc_instance_uuid):
+    def heatbridge(self, openstack_stack_name, svc_instance_uuid):
         """
         Add vserver information to AAI
         """