change from tapi to ietfl2vpn

Change-Id: I6b57324f6952c835fc83aaa0f98ae8438fad1b43
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/osm_nbi/__init__.py b/osm_nbi/__init__.py
index 59d427d..46f927f 100644
--- a/osm_nbi/__init__.py
+++ b/osm_nbi/__init__.py
@@ -12,6 +12,6 @@
 # under the License.
 ##
 
-version = '7.0.0.post4'
+version = '7.0.0.post5'
 version_date = '2019-01-14'
 
diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py
index 2dea7d0..c398a00 100644
--- a/osm_nbi/validation.py
+++ b/osm_nbi/validation.py
@@ -435,7 +435,7 @@
     "additionalProperties": False
 }
 
-wim_type = shortname_schema  # {"enum": ["tapi", "onos", "odl", "dynpac", "fake"]}
+wim_type = shortname_schema  # {"enum": ["ietfl2vpn", "onos", "odl", "dynpac", "fake"]}
 
 wim_account_edit_schema = {
     "title": "wim_account edit input schema",