From: baldoni Date: Mon, 27 May 2019 14:37:46 +0000 (+0200) Subject: added fog05 vimtype as fos following the vimtype added in RO following feature 7366 X-Git-Tag: v6.0.0~24 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=commitdiff_plain;h=09567e30bb6e9bbee070048538e955cc5e3217c1;hp=078f55ee162b10003f328b353019a1debd87b785 added fog05 vimtype as fos following the vimtype added in RO following feature 7366 Change-Id: I669d5a9e26d91bc670bf5e1baa4976b6a2deb9f4 Signed-off-by: baldoni --- diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py index a6b9421..f6c90c1 100644 --- a/osm_nbi/validation.py +++ b/osm_nbi/validation.py @@ -381,7 +381,7 @@ vim_account_new_schema = { "description": description_schema, "vim": name_schema, "datacenter": name_schema, - "vim_type": {"enum": ["openstack", "openvim", "vmware", "opennebula", "aws", "azure"]}, + "vim_type": {"enum": ["openstack", "openvim", "vmware", "opennebula", "aws", "azure", "fos"]}, "vim_url": description_schema, # "vim_url_admin": description_schema, # "vim_tenant": name_schema,