Merge "Fixed accidential override of `sfc_encap`"
authortierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 28 Jan 2019 16:39:48 +0000 (17:39 +0100)
committerGerrit Code Review <root@osm.etsi.org>
Mon, 28 Jan 2019 16:39:48 +0000 (17:39 +0100)
osm_ro/vimconn_openstack.py

index 0930eb0..419caa0 100644 (file)
@@ -1976,7 +1976,7 @@ class vimconnector(vimconn.vimconnector):
             self._reload_connection()
             # In networking-sfc the MPLS encapsulation is legacy
             # should be used when no full SFC Encapsulation is intended
-            sfc_encap = 'mpls'
+            correlation = 'mpls'
             if sfc_encap:
                 correlation = 'nsh'
             sfp_dict = {'name': name,