From: tierno Date: Fri, 20 Dec 2019 14:11:35 +0000 (+0000) Subject: change from tapi to ietfl2vpn X-Git-Tag: v7.0.1rc1^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F34%2F8434%2F2;p=osm%2FNBI.git change from tapi to ietfl2vpn Change-Id: I6b57324f6952c835fc83aaa0f98ae8438fad1b43 Signed-off-by: tierno --- 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 @@ vim_account_new_schema = { "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",