From 09567e30bb6e9bbee070048538e955cc5e3217c1 Mon Sep 17 00:00:00 2001 From: baldoni Date: Mon, 27 May 2019 16:37:46 +0200 Subject: [PATCH] added fog05 vimtype as fos following the vimtype added in RO following feature 7366 Change-Id: I669d5a9e26d91bc670bf5e1baa4976b6a2deb9f4 Signed-off-by: baldoni --- osm_nbi/validation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.17.1