X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_ro%2Fwim%2Fschemas.py;h=a88cb5e2dad925e4910a2dae179ff809c239ef16;hb=fa35a72885d442bbebd5e1da4804953692121117;hp=1e2a1072f9bf224b44d86bd8cf8b0ef8145ff0da;hpb=c3dfbfbeba188a122ae82169d5a14186586a8901;p=osm%2FRO.git diff --git a/osm_ro/wim/schemas.py b/osm_ro/wim/schemas.py index 1e2a1072..a88cb5e2 100644 --- a/osm_ro/wim/schemas.py +++ b/osm_ro/wim/schemas.py @@ -39,7 +39,7 @@ from ..openmano_schemas import ( ) # WIM ------------------------------------------------------------------------- -wim_types = ["ietftapi", "onos", "odl", "dynpac", "fake"] +wim_types = ["tapi", "onos", "odl", "dynpac", "fake"] dpid_type = { "type": "string", @@ -111,7 +111,7 @@ wim_schema_properties = { "description": description_schema, "type": { "type": "string", - "enum": ["tapi", "onos", "odl", "dynpac"] + "enum": ["tapi", "onos", "odl", "dynpac", "fake"] }, "wim_url": description_schema, "config": {