From: schillinge Date: Thu, 24 Jan 2019 08:25:11 +0000 (+0100) Subject: Fixed accidential override of `sfc_encap` X-Git-Tag: v5.0.3~2^2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=981df9a859f8ed8e9d295221635cf6efcb5df72c Fixed accidential override of `sfc_encap` The old code basically hardcoded the use of NSH (which is still broken in OpenStack's SFC implementation). Change-Id: I0de4682bca69c7a349d678ae3a8179d78b37c605 Signed-off-by: schillinge --- diff --git a/osm_ro/vimconn_openstack.py b/osm_ro/vimconn_openstack.py index 0930eb03..419caa01 100644 --- a/osm_ro/vimconn_openstack.py +++ b/osm_ro/vimconn_openstack.py @@ -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,